bauer-zip

1.0.2 • Public • Published

node-bauer-zip

Zip and unzip files and folders.

Installation

npm install bauer-zip

Usage

var z = require("bauer-zip");
 
// sync zip
z.zip("/path-to-zip","output-file.zip");
 
// async zip
z.zip("/path-to-zip","output-file.zip",function(error) {
});
 
// async unzip
z.unzip("file-to-unzip.zip","/output-path",function(error) {
});
 

License

MIT

Dependents (1)

Package Sidebar

Install

npm i bauer-zip

Weekly Downloads

4

Version

1.0.2

License

MIT

Last publish

Collaborators

  • yneves