0.0.5 • Published 4 years ago

@hanhaotian/zip-util v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

NPM Version NPM Downloads

zip-util

This is a util for simple use zip unzip, it used archive.zip and unzipper.
zip support file, files, string, buffer,stream as src

Installation

$ npm install @hanhaotian/zip-util

Quick Examples

Extract to a directory

let result = await zipUtil.zip(src, dest,newName)
let result = await zipUtil.unzip(src, dest)

zip complete 'result' will return 'complete' ,otherwise return error message .

Licenses

See LICENCE

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago