nunzip

1.0.8 • Public • Published

nunzip

Command-line unzip utility running in node.

Installation

npm install nunzip

Usage

Once installed, nunzip is usefull for scripts in package.json, e.g.

{
  "scripts": {
    "unpack": "nunzip my-archie.zip"
  }
}

Or use npx directly on the command line, e.g.

npx nunzip my-archive.zip
Usage: nunzip <zip file> [-d <output directory>]

Package Sidebar

Install

npm i nunzip

Weekly Downloads

85

Version

1.0.8

License

ISC

Unpacked Size

1.76 kB

Total Files

3

Last publish

Collaborators

  • ahocevar