1.0.2 • Published 11 years ago

bauer-zip v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
11 years ago

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

1.0.2

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago