0.0.1 • Published 7 years ago

dog-zip v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

ADM-ZIP for NodeJS with added support for electron original-fs

ADM-ZIP is a pure JavaScript implementation for zip data compression for NodeJS. (fork from https://github.com/cthackers/adm-zip)

Installation

With npm do:

$ npm install dog-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

fork from https://github.com/cthackers/adm-zip

Examples

Basic usage

 fork from https://github.com/cthackers/adm-zip