opts : Command line argument parser.. You can installing opts 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 opts $ sudo npm install -g opts
If want to update the opts package execute the command as below,
$ sudo npm update opts
Update package globally,
$ npm install -g opts
$ sudo git clone https://github.com/rektide/opts.git
$ sudo npm install -g ./opts
opts@1.2.6 /usr/lib/node_modules/opts
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall opts
Package Name | opts |
Version | 1.2.6 |
Description | Command line argument parser. |
Released Date | 2017-02-11T01:51:55.050Z |
Published by | mazzarelli |
How to Learn | https://www.npmjs.com/package/opts/tutorial |