argv : CLI Argument Parser. You can installing 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 argv $ sudo npm install -g argv
If want to update the argv package execute the command as below,
$ sudo npm update argv
Update package globally,
$ npm install -g argv
$ sudo git clone https://github.com/rektide/argv.git
$ sudo npm install -g ./argv
argv@0.0.2 /usr/lib/node_modules/argv
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall argv
Package Name | argv |
Version | 0.0.2 |
Description | CLI Argument Parser |
Released Date | 2013-05-19T09:04:51.012Z |
Published by | codenothing |
How to Learn | https://www.npmjs.com/package/argv/tutorial |