A minimal Node.js restarter based on zx.
A modest nodemon
replacement.
Check out the blog post covering how it was written.
npm i minimon -g
minimon app.js
Just create minimon.conf
and override the defaults. JSON5 is accepted.
{
watch: ['**/*.mjs', '**/*.js'],
ignored: ['**/node_modules/**'],
}