Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
t32k committed Mar 23, 2014
1 parent b328f25 commit f079669
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,17 @@ StyleStats supports multiple input.
```sh
$ stylestats foo.css bar.css baz.css
```
supports directory input.

```sh
$ stylestats path/to/dir
```

supports glob(required quotations) input.

```sh
$ stylestats 'path/**/*.css'
```

`-e` option output JSON or CSV or HTML.

Expand Down

0 comments on commit f079669

Please sign in to comment.