2.0.3 • Published 3 years ago

atech-node-cli v2.0.3

Weekly downloads
9
License
MIT
Repository
-
Last release
3 years ago

🏁 For npm Users

Quick run

npx atech-node-cli
  1. 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
  1. 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

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

  1. and then type "cli" in the terminal to run the cli // where "cli" is defined in the "bin" part of package.json
cli
  1. 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
2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago