nktool
v1.1.0
Published
NeoKit CLI
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 nktoolUsage
npx nktool # or just `nktool` if you installed it globallyBuild
git clone https://github.com/neokit-dev/cli.git nktool
cd nktool
npm i
npm run build