light-watch
v0.1.0
Published
Lightweight File Watcher
Downloads
1
Readme
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"