UNPKG

light-watch

Version:
13 lines (7 loc) 258 B
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"`