reflex

Run a command when files change

brewmacoslinux
Try with needOr install directly
Source

About

Run a command when files change

Commands

reflex

Examples

Run tests whenever Python files change$ reflex -r '\.py$' -- python -m pytest
Rebuild project when any file in src/ changes$ reflex -d src -- make build
Run a script excluding certain directories$ reflex -R node_modules -R .git -- npm run dev