Skip to content

kevva/archive-type-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Detect the archive type of a file or stdin

Resources

License

Stars

Watchers

Forks

Packages

No packages published