/node-light-watch

Lightweight File Watcher

Primary LanguageJavaScriptMIT LicenseMIT

Light Watcher

Really simple file watcher that fires a command on file changes.

Accepts a space delimited set of paths to watch and a command to run.

Example

$ light-watch -v ./lib/assets ./lib/client-scripts "make clean && make"