6.0.0 • Published 2 years ago

file-type-cli v6.0.0

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

file-type-cli

Detect the file type of a file or stdin

Install

npm install --global file-type-cli

Usage

$ file-type --help

  Usage
    $ file-type <filename>
    $ file-type < <filename>

  Example
    $ file-type unicorn.png
    png
    image/png

Supported file types

Related