1.0.3 • Published 11 months ago

@jswork/unzip v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

unzip

unzip tools based on zip-lib.

version license size download

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.

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago