Last updated 
Install
Note that the package is not yet published, so for now you need to clone this repo and make a symlink.
  sh
$ npm install --global @kadena/kda-cli  sh
$ npm install --global @kadena/kda-cliInstall From repo
To install the executable from this repo:
  sh
pnpm installpnpm build --filter @kadena/kda-cli# if you are using NVM, you should have this environment variable availableln -s $(pwd)/bin/kda.js $NVM_BIN/kda# if not, you can replace $NVM_BIN to any path you have added in your $PATH  sh
pnpm installpnpm build --filter @kadena/kda-cli# if you are using NVM, you should have this environment variable availableln -s $(pwd)/bin/kda.js $NVM_BIN/kda# if not, you can replace $NVM_BIN to any path you have added in your $PATH