extract-zip : unzip a zip file into a directory using 100% javascript. You can installing extract-zip 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 extract-zip $ sudo npm install -g extract-zip
If want to update the extract-zip package execute the command as below,
$ sudo npm update extract-zip
Update package globally,
$ npm install -g extract-zip
$ sudo git clone https://github.com/rektide/extract-zip.git
$ sudo npm install -g ./extract-zip
extract-zip@1.6.6 /usr/lib/node_modules/extract-zip
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall extract-zip
Package Name | extract-zip |
Version | 1.6.6 |
Description | unzip a zip file into a directory using 100% javascript |
Released Date | 2017-10-31T04:37:51.142Z |
Published by | malept |
How to Learn | https://www.npmjs.com/package/extract-zip/tutorial |