0.3.0 • Published 10 years ago
infozip-bin v0.3.0
infozip-bin
Zip and Unzip for the windows command line and for use cross-platform in node
Install
$ npm install --save infozip-binUsage
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 --helpLicense
MIT, BSD © wilsonwc