royriojas/watch-run

royriojas/watch-run

Releases4
Frequency3 months 3 weeks
Last Release
Stars2
Re-execute a given command everytime something changes in a specific directory

Linked projects

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`