Skip to content

afeiship/unzip

Repository files navigation

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.