Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/awcross/is-font-cli
- Owner: awcross
- License: mit
- Created: 2016-10-27T21:11:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-28T18:45:47.000Z (almost 8 years ago)
- Last Synced: 2024-10-12T17:58:39.461Z (about 1 month ago)
- Language: JavaScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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 --helpUsage
is-fontExample
$ 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)