![NPM Downloads][downloads-image]
This is a util for simple use zip unzip, it used archive.zip and unzipper.
zip support file, files, string, buffer,stream as src
$ npm install @hanhaotian/zip-util
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 .
See LICENCE