DEV Community

Cover image for 🔥 Node reload alternative Nodemon
Haikel Fazzani
Haikel Fazzani

Posted on

🔥 Node reload alternative Nodemon

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
Enter fullscreen mode Exit fullscreen mode

Console output

Documentation

Readme

Contribution

All pull requests are welcome, feel free

Top comments (0)