arelo

Simple auto reload (live reload) utility for development

brewmacoslinux
Try with needOr install directly
Source

About

Simple auto reload (live reload) utility

Commands

arelo

Examples

Watch current directory and reload on file changes$ arelo
Watch specific directory and run a command on changes$ arelo -d ./src -c 'npm run build'
Watch files matching pattern and execute script$ arelo -p '*.js' -c './rebuild.sh'