@aleclarson/watchlist
v0.3.3
Published
Recursively watch a list of directories & run a command on any file system changes
Downloads
37
Maintainers
Readme
@aleclarson/watchlist
A fork of watchlist with the following changes:
- Stream the command output as it happens
- Fixed: If a file is changed during the command, execute the command again immediately after completion
- More reliable debouncing via
setTimeout
- Avoid crashing the process when the command fails
- Removed the
run
function from./src/index.js