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>]

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.8
    2
    • latest

Version History

Package Sidebar

Install

npm i nunzip

Weekly Downloads

12

Version

1.0.8

License

ISC

Unpacked Size

1.76 kB

Total Files

3

Last publish

Collaborators

  • ahocevar