nktool
v1.1.0
Published
NeoKit CLI
Downloads
245
Readme
nktool
The NeoKit CLI
Installation
You don't really need to install the package as you can run it directly with npx
. But if you really want to:
sudo npm i -g nktool
Usage
npx nktool # or just `nktool` if you installed it globally
Build
git clone https://github.com/neokit-dev/cli.git nktool
cd nktool
npm i
npm run build