options-stream : load options with stream mode, option file can be json/ini/yaml/ion file. You can installing options-stream 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 options-stream $ sudo npm install -g options-stream
If want to update the options-stream package execute the command as below,
$ sudo npm update options-stream
Update package globally,
$ npm install -g options-stream
$ sudo git clone https://github.com/rektide/options-stream.git
$ sudo npm install -g ./options-stream
options-stream@0.0.8 /usr/lib/node_modules/options-stream
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall options-stream
Package Name | options-stream |
Version | 0.0.8 |
Description | load options with stream mode, option file can be json/ini/yaml/ion file |
Released Date | 2014-10-10T09:07:45.889Z |
Published by | q3boy |
How to Learn | https://www.npmjs.com/package/options-stream/tutorial |