optionator : option parsing and help generation. You can installing optionator 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 optionator $ sudo npm install -g optionator
If want to update the optionator package execute the command as below,
$ sudo npm update optionator
Update package globally,
$ npm install -g optionator
$ sudo git clone https://github.com/rektide/optionator.git
$ sudo npm install -g ./optionator
optionator@0.8.2 /usr/lib/node_modules/optionator
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall optionator
| Package Name | optionator |
| Version | 0.8.2 |
| Description | option parsing and help generation |
| Released Date | 2016-09-21T19:45:44.538Z |
| Published by | gkz |
| How to Learn | https://www.npmjs.com/package/optionator/tutorial |