easy-unzip

1.1.0 • Public • Published

easy-unzip

Installation

npm i easy-unzip

Usage

'use strict';
 
const unzip = require('easy-unzip');
 
unzip('android-debug.apk', 'META-INF/MANIFEST.MF')
  .then(console.log)
  .catch(console.error);

Readme

Keywords

Package Sidebar

Install

npm i easy-unzip

Weekly Downloads

5

Version

1.1.0

License

MIT

Unpacked Size

2.86 kB

Total Files

4

Last publish

Collaborators

  • kyawswarthwin