A Javascript implementation of zip for Node.js. Allows user to create or extract zip files both in memory or to/from disk.
A Javascript implementation of zip for Node.js. Allows user to create or extract zip files both in memory or to/from disk. More info can be found in the project repository.
Installation
With npm do:
$ npm install adm-zip
What is it good for?
The library allows you to:
- decompress zip files directly to disk or in memory buffers
- compress files and store them to disk in .zip format or in compressed buffers
- update content of/add new/delete files from an existing .zip
Dependencies
There are no other nodeJS libraries that ADM-ZIP is dependent of
Check out the adm-zip wiki for more info.