Skip to content

prey/buckle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buckle

Pure JS ZIP extractor, that preserves file attributes. Based on a modified version of DecompressZip.

var buckle = require('buckle');

buckle.open('/path/to/package.zip', '/destination/path', function(err, result) {
  console.log(err || result);
})

That's pretty much it. You can omit the destination path argument, which will unzip the files to the package's current path.

Credits

Written by Tomás Pollak.

Copyright

(c) 2014 Fork Ltd. MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published