Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/awcross/is-font-cli

Detect if a file is a font
https://github.com/awcross/is-font-cli

Last synced: about 11 hours ago
JSON representation

Detect if a file is a font

Awesome Lists containing this project

README

        

# is-font-cli [![Build Status](https://travis-ci.org/awcross/is-font-cli.svg?branch=master)](https://travis-ci.org/awcross/is-font-cli) [![Coverage Status](https://coveralls.io/repos/github/awcross/is-font-cli/badge.svg?branch=master)](https://coveralls.io/github/awcross/is-font-cli?branch=master)

> Detect if a file is a font

## Install

```
$ npm install -g is-font-cli
```

## Usage

```
$ is-font --help

Usage
is-font

Example
$ is-font unicorns.woff2
{ ext: 'woff2', mime: 'application/font-woff' }
```

## Related

- [is-font](https://github.com/awcross/is-font) - API for this module

## License

MIT © [Alex Cross](http://alexcross.io)