ee-argv : A simple commandline arguments parser. You can installing ee-argv npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install ee-argv $ sudo npm install -g ee-argv
If want to update the ee-argv package execute the command as below,
$ sudo npm update ee-argv
Update package globally,
$ npm install -g ee-argv
$ sudo git clone https://github.com/rektide/ee-argv.git
$ sudo npm install -g ./ee-argv
ee-argv@1.0.2 /usr/lib/node_modules/ee-argv
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ee-argv
Package Name | ee-argv |
Version | 1.0.2 |
Description | A simple commandline arguments parser |
Released Date | 2016-02-02T08:28:53.246Z |
Published by | ee |
How to Learn | https://www.npmjs.com/package/ee-argv/tutorial |