pumpify : Combine an array of streams into a single duplex stream using pump and duplexify. You can installing pumpify 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 pumpify $ sudo npm install -g pumpify
If want to update the pumpify package execute the command as below,
$ sudo npm update pumpify
Update package globally,
$ npm install -g pumpify
$ sudo git clone https://github.com/rektide/pumpify.git
$ sudo npm install -g ./pumpify
pumpify@1.3.5 /usr/lib/node_modules/pumpify
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pumpify
| Package Name | pumpify |
| Version | 1.3.5 |
| Description | Combine an array of streams into a single duplex stream using pump and duplexify |
| Released Date | 2016-06-14T06:46:02.261Z |
| Published by | mafintosh |
| How to Learn | https://www.npmjs.com/package/pumpify/tutorial |