Socket
Book a DemoInstallSign in
Socket

decompress-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

decompress-cli

Extracting archives made easy

latest
Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
260
160%
Maintainers
1
Weekly downloads
 
Created
Source

decompress-cli Build Status

Extracting archives made easy

See decompress for the programmatic API and issue tracker.

Install

$ npm install --global decompress-cli

Usage

$ decompress --help

  Usage
    decompress <file> --out-dir=dist [--plugin=<name> ...]
    cat <file> | decompress --out-dir=dist

  Example
    decompress --strip 1 --out-dir=dist file.zip
    decompress --plugin=tarxz --out-dir=dist file.tar.xz
    cat file.zip | decompress --out-dir=dist

  Options
    -o, --out-dir  Output directory
    -p, --plugin   Override the default plugins
    -s, --strip    Remove leading directory components from extracted files

License

MIT © Kevin Mårtensson

Keywords

bz2

FAQs

Package last updated on 09 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts