0.0.5 • Published 3 years ago

@hanhaotian/zip-util v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
3 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

3 years ago

0.0.4

3 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago