Skip to content

wilsonwc/infozip-bin

Repository files navigation

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

About

zip and unzip wrapper that makes it seamlessly available as a local dependency in windows

Resources

License

Stars

Watchers

Forks

Packages

No packages published