Skip to main content

Install

Note that the package is not yet published, so for now you need to clone this repo and make a symlink.

$ npm install --global @kadena/kda-cli
$ npm install --global @kadena/kda-cli

Install From repo

To install the executable from this repo:

rush install --to @kadena/kda-cli
rush build --to @kadena/kda-cli
chmod +x ./lib/index.js
# if you are using NVM, you should have this environment variable available
ln -s $(pwd)/lib/index.js $NVM_BIN/kda
# if not, you can replace $NVM_BIN to any path you have added in your $PATH
rush install --to @kadena/kda-cli
rush build --to @kadena/kda-cli
chmod +x ./lib/index.js
# if you are using NVM, you should have this environment variable available
ln -s $(pwd)/lib/index.js $NVM_BIN/kda
# if not, you can replace $NVM_BIN to any path you have added in your $PATH

Receive important developer updates