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

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

Awesome Lists containing this project

README

          

# cssstats-cli [![Build Status](https://secure.travis-ci.org/cssstats/cssstats-cli.png?branch=master)](https://travis-ci.org/cssstats/cssstats-cli) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)

__Work in progress__

CLI app for cssstats

## Installation

```bash
npm i -g cssstats-cli
```

## Usage

```sh
$ cssstats --help

CLI app for cssstats

Usage
$ cssstats

Example
$ 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 Request

Crafted 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).