1.0.11 • Published 12 months ago

dev-monitor v1.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

dev-monitor

dev-monitor

A simple tool to monitor changes in your Node.js application and restart it automatically.

Installation 🛠️

Use the package manager npm to install dev-monitor.

npm i dev-monitor

Usage 📘

dev-monitor [your node app]


# example
dev-monitor ./server.js

How its works ⚙️

dev-monitor uses the chokidar package to watch for changes in the main file of your Node.js application, as well as all JavaScript, TypeScript, and JSON files in the same folder and its subfolders except for the ones in the node_modules folder. Whenever a change is detected, dev-monitor restarts the Node.js process automatically.

Important Note ⚠️

Fixed issue with executing TS files in versions 1.0.4 and lower. We strongly recommend upgrading to version 1.0.5 or higher to ensure proper functionality.

License 📜

MIT

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.11

12 months ago

1.0.10

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago