npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

archive-type-cli

2.1.0

@sindresorhus

npmHomeRepoSnykSocket
Downloads:8
$ npm install archive-type-cli
DailyWeeklyMonthlyYearly

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

  • archive-type - API for this module
  • file-type-cli - Detect the file type of a file or stdin

License

MIT © Kevin Mårtensson