@jswork/unzip
v1.0.3
Published
unzip tools based on zip-lib.
Downloads
8
Readme
unzip
unzip tools based on zip-lib.
installation
npm install @jswork/unzip
usage
import unzip from '@jswork/unzip';
// will auto create target folder if not exists.
await unzip({
source: '__tests__/dist.zip',
target: '__tests__/test123'
});
license
Code released under the MIT license.