Skip to content

galvez/minimon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/**'],
}

About

A minimal Node.js restarter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published