//minimonbygalvez

minimon

A minimal Node.js restarter.

9
0
9
JavaScript

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 -g

Usage

minimon app.js

Configuration

Just create minimon.conf and override the defaults. JSON5 is accepted.

{
  watch: ['**/*.mjs', '**/*.js'],
  ignored: ['**/node_modules/**'],
}
[beta]v0.14.0