Getting Started!
Supported Runtimes
- Node.js:
v18or later - Bun:
v1or later
Installation
sh
$ npm install --save-dev @knuckles/clish
$ yarn add --dev @knuckles/clish
$ pnpm add --save-dev @knuckles/clish
$ bun add --save-dev @knuckles/cliGlobally (optional)
It is recommend to install the command-line globally to use the ko binary anywhere. The local installation will still be used internally.
sh
$ npm install --save-dev --global @knuckles/clish
$ yarn add --dev --global @knuckles/clish
$ pnpm add --save-dev --global @knuckles/clish
$ bun add --save-dev --global @knuckles/cliUsage
WARNING
If you have not installed the command-line globally, you need to make sure to run the ko binary with your package manager.
sh
$ ko --helpWhat's next?
See setup guides for: