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
- 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