0.1.9 • Published 4 years ago

pmon v0.1.9

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Yet another monitor script for developing node.js apps.

When using the nodemon I have several times encountered some issues, in particular when working with console I/O. This module is designed to replace the nodemon, in case of similar issues.

Installation

npm install --save-dev pmon

Usage

Show usage info:

pmon --help

Example:

pmon watch 'ts-node src/test.js'

Disclaimer

This is not a mature project. Use it at your own risk.