app-restarter

Watching changes in files and restart app.

Usage no npm install needed!

<script type="module">
  import appRestarter from 'https://cdn.skypack.dev/app-restarter';
</script>

README

App-restarter

Watching changes in files and restart app.

App-restarter is a middleware for application launch, watching target files or folders changes.

install: npm i app-restarter -g

show help: app-restarter -h

usage example: app-restarter -e "node ./test_app.js" -t ./config.toml -tmp ./tmp -i 5 -w "http://127.0.0.1:3000/" -c ./tests