subarg : parse arguments with recursive contexts. You can installing subarg 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 subarg $ sudo npm install -g subarg
If want to update the subarg package execute the command as below,
$ sudo npm update subarg
Update package globally,
$ npm install -g subarg
$ sudo git clone https://github.com/rektide/subarg.git
$ sudo npm install -g ./subarg
subarg@1.0.0 /usr/lib/node_modules/subarg
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall subarg
| Package Name | subarg |
| Version | 1.0.0 |
| Description | parse arguments with recursive contexts |
| Released Date | 2014-10-03T17:35:54.963Z |
| Published by | substack |
| How to Learn | https://www.npmjs.com/package/subarg/tutorial |