Skip to content

capasky/ziputil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ziputil Build Status

Utils to process zip file

install

npm install ziputil --save

usage

const ziputil = require('ziputil');

const urls = [
    'http://www.example.com/x.html',
    'http://www.example.com/y.png'
]
ziputil.zipRemote(
    urls, //remote file urls 
    process.cwd() //zip file save path
);

API

zipRemote(items, destDir, options)

extractFile(zipFile, targetFile)

Run tests

npm install mocha -g #install mocha globally
npm test #run tests

About

Utils to process zip file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published