Skip to content

Commit

Permalink
Mention chokidar-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
es128 committed Apr 20, 2015
1 parent 081025f commit 3f631ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ and path for every event other than `ready`, `raw`, and `error`.
Takes an array of strings or just one string.
* `.close()`: Removes all listeners from watched files.

## CLI

If you need a CLI interface for your file watching, check out [chokidar-cli](https://github.com/kimmobrunfeldt/chokidar-cli) which allows you to either execute a command on each change, or get a stdio stream of change events.

## Install Troubleshooting

* `npm WARN optional dep failed, continuing fsevents@n.n.n`
Expand Down

1 comment on commit 3f631ba

@es128
Copy link
Collaborator Author

@es128 es128 commented on 3f631ba Apr 20, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.