2.0.3 • Published 5 years agoCLI
atech-node-cli
Licence
MIT
Version
2.0.3
Deps
1
Size
2 kB
Vulns
0
Weekly
0
For npm Users
Quick run
npx atech-node-cli
- If you want to install this package gloabally, then run this in your terminal (use this command with "sudo" if you get permissions error)
npm i -g atech-node-cli
- To uninstall the cli from your machine, use this command (use this command with "sudo" if you get permissions error)
npm uninstall -g atech-node-cli
For github Users
- To run this version of cli, run this in your terminal;
sudo npm link
this will install the cli globally in your machine for testing changes locally
- and then type "cli" in the terminal to run the cli // where "cli" is defined in the "bin" part of package.json
cli
- To uninstall the cli from your machine, run this (use this command with "sudo" if you get permissions error)
npm uninstall -g atech-node-cli # where "atech-node-cli" is the name defined in package.json file