2.1.0 • Published 7 years ago

archive-type-cli v2.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

archive-type-cli Build Status

Detect the archive type of a file or stdin

Install

$ npm install --global archive-type-cli

Usage

$ archive-type --help

  Usage
    $ archive-type <file>
    $ cat <file> | archive-type

  Examples
    $ archive-type foo.zip
    zip
    $ cat foo.tar | archive-type
    tar

Related

License

MIT © Kevin Mårtensson