Installation
To install CommandKit, run one of the following commands based on your preferred package manager:
- npm
- Yarn
- pnpm
npm install commandkit
yarn add commandkit
pnpm add commandkit
Development version
To install the development version of CommandKit, run one of the following commands:
- npm
- Yarn
- pnpm
npm install commandkit@dev
yarn add commandkit@dev
pnpm add commandkit@dev
warning
The development version is likely to have bugs.