watch specific files or directories and re-execute a given command
A tiny tool, that can list and run command from your package.json
Invoke npm scripts upon file changes. Configure via package.json using glob patterns.
Watch specific files or directories and re-execute a given command, using child_process.spawn
instead of the original child_process.exec
to have a bit more of control. Forked from watch-run
by queckezz