Skip to content

yneves/node-bauer-zip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Zip and unzip files and folders.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published