Hi guys, i built a simple tool that automatically restarting the node application when file changes, similar to Nodemon.
Features
- Lightweight, Fast and simple to use.
- Automatic re-running.
- Manual restarting.
- Monitoring multiple directories.
- Ignoring files.
- Delaying restarting.
How to use it
npm install -g noderel
# cli
noderel --entry bin/server.js
Top comments (0)