atech-node-cli

Learn node cli functionality

Usage no npm install needed!

<script type="module">
  import atechNodeCli from 'https://cdn.skypack.dev/atech-node-cli';
</script>

README

🏁 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