kmnd
v0.1.1
Published
  [.
- [ ] Tools for other ecosystems than TypeScript.
- [ ] Persistent settings with
~/.kmnd. - [ ] Custom commands and local automation with
~/.kmnd. - [ ] Interface for community extensions.
Usage
In this section we've covered how to install and use kmnd. You can either run it once with npx to check if it suits you, or install globally if you want to stay with it.
Test without installing globally
$ npx kmnd@latestInstall
npm i -g kmnd@latestRun
kmndBtw, you can add alias to your .zshrc or .bashrc to make it even shorter. Here you go: alias k="kmnd"
Development
Prerequisite
- NVM
- PNPM
Prepare
$ nvm use
$ pnpm iBuild
$ pnpm buildRun unit tests
$ pnpm test:unitContributors
Made with contrib.rocks.
Maintained by
Acknowledgements
- Shout out to Vadim Demedes for creating
inkandink-ui.
