@pakastin/watch
v0.0.2
Published
Chokidar + spawn
Downloads
4
Readme
watch
Simple file watcher / child process spawner
install
npm install @pakastin/watch
usage
watch(glob, command, firstRun)
var watch = require('@pakastin/watch');
watch('js/**/*.js', 'npm run build-js', true);