Filesystem watcher that executes commands on file changes
Filesystem watcher, works anywhere, simple, efficient and friendly
watcher
$ watcher -c 'npm test'
$ watcher -c 'make build' /path/to/src
$ watcher -c './script.sh' -p '*.js' -p '*.json'