Pankajtanwarbanna / nodekeeper

🛠️ A 30x light weight alternative to nodemon to monitor your nodejs applications [NOT FOR PRODUCTION]

Home Page:https://www.npmjs.com/package/@the2ndfloorguy/nodekeeper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodekeeper

NodeKeeper - A 30x light weight alternative to nodemon!

nodekeeper is a CLI tool that helps build Node.Js applications by automatically restarting the node application when file changes in the directory are detected.

It does not require any additional changes to your code during developement. It is a replacement wrapper for node. To use nodekeeper, replace the word node on the command line when executing your script.

In case you are intrested in a detailed blog post on how I built it, check it out here

Installation

npm install -g @the2ndfloorguy/nodekeeper

And nodekeeper will be installed globally to your system path.

TODO

  • Kill the sub-process as well to exit

About

🛠️ A 30x light weight alternative to nodemon to monitor your nodejs applications [NOT FOR PRODUCTION]

https://www.npmjs.com/package/@the2ndfloorguy/nodekeeper


Languages

Language:JavaScript 100.0%