argh : light weight option/argv parser for node, it only parses options, nothing more then that.. You can installing argh 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 argh $ sudo npm install -g argh
If want to update the argh package execute the command as below,
$ sudo npm update argh
Update package globally,
$ npm install -g argh
$ sudo git clone https://github.com/rektide/argh.git
$ sudo npm install -g ./argh
argh@0.1.4 /usr/lib/node_modules/argh
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall argh
Package Name | argh |
Version | 0.1.4 |
Description | light weight option/argv parser for node, it only parses options, nothing more then that. |
Released Date | 2015-07-06T12:09:29.835Z |
Published by | 3rdeden |
How to Learn | https://www.npmjs.com/package/argh/tutorial |