https://github.com/cssstats/cli
Cli for cssstats | npm i -g cssstats-cli
https://github.com/cssstats/cli
Last synced: 5 months ago
JSON representation
Cli for cssstats | npm i -g cssstats-cli
- Host: GitHub
- URL: https://github.com/cssstats/cli
- Owner: cssstats
- License: mit
- Created: 2016-04-22T21:37:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-15T17:38:59.000Z (over 9 years ago)
- Last Synced: 2025-05-12T23:42:37.093Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 30
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- stars - cli - g cssstats-cli | cssstats | 30 | (JavaScript)
- stars - cli - g cssstats-cli | cssstats | 30 | (JavaScript)
README
# cssstats-cli [](https://travis-ci.org/cssstats/cssstats-cli) [](https://github.com/feross/standard)
__Work in progress__
CLI app for cssstats
## Installation
```bash
npm i -g cssstats-cli
```## Usage
```sh
$ cssstats --helpCLI app for cssstats
Usage
$ cssstatsExample
$ cssstats --help
$ cssstats input.css output.json
$ cssstats input.css > output.json
$ cssstats < input.css > output.json
```## License
MIT
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull RequestCrafted with <3 by John Otander ([@4lpine](https://twitter.com/4lpine)).
***
> This package was initially generated with [yeoman](http://yeoman.io) and the [p generator](https://github.com/johnotander/generator-p.git).