infozip-bin
v0.3.0
Published
zip and unzip wrapper that makes it seamlessly available as a local dependency in windows
Downloads
2
Readme
infozip-bin
Zip and Unzip for the windows command line and for use cross-platform in node
Install
$ npm install --save infozip-bin
Usage
var execFile = require('child_process').execFile;
var infozip = require('infozip-bin');
execFile(infozip.unzip, ['file.zip', '-d dest'], function (err) {
console.log('Unzip successful');
});
CLI
$ npm install --global infozip-bin
$ zip --help
$ unzip --help
License
MIT, BSD © wilsonwc