Skip to content

philxia/node-unzip-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-unzip-sync

base on the node-unzip and filbers.

Quick Examples

Extract to a directory

	Fiber(function() {
		console.log('trying to extract the zip');
    var unzipSync = require('unzip-sync');

    var unzipSync = new unzipSync.UnzipSync({folderPath: __dirname});
    var result = unzipSync.extract(path.join(__dirname,'LICENSE.zip'));

  		done();

	}).run();

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published