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