doowb / watch-cli

Watch files and execute an npm script when files change.
MIT License
60 stars 10 forks source link

Comparison to chokidar #4

Closed janwirth closed 8 years ago

janwirth commented 8 years ago

I think watch-cli is easier to find, but chokidar seems more mature. Maybe a note in the repo description pointing towards chokidar makes sense.

doowb commented 8 years ago

Thanks for pointing this out. This repo doesn't use chokidar right now (it uses gaze), but since I use chokidar in many other places, I'll consider updating to chokidar and adding a link.

janwirth commented 8 years ago

There is chokidar-cli which does exactly what gaze does but a little less verbose!