zip-dir : Zips up directories into buffers or saves zipped files to disk. You can installing zip-dir 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 zip-dir $ sudo npm install -g zip-dir
If want to update the zip-dir package execute the command as below,
$ sudo npm update zip-dir
Update package globally,
$ npm install -g zip-dir
$ sudo git clone https://github.com/rektide/zip-dir.git
$ sudo npm install -g ./zip-dir
zip-dir@1.0.2 /usr/lib/node_modules/zip-dir
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall zip-dir
| Package Name | zip-dir |
| Version | 1.0.2 |
| Description | Zips up directories into buffers or saves zipped files to disk |
| Released Date | 2016-02-21T04:12:32.606Z |
| Published by | jsantell |
| How to Learn | https://www.npmjs.com/package/zip-dir/tutorial |