nunzip

v1.1.2
Command-line unzip utility running in node
unzip extract cli zip archive

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>]
npm i nunzip

Metadata

  • ISC
  • Whatever
  • Andreas Hocevar
  • released 9/30/2024

Downloads

Maintainers