Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Pankajtanwarbanna/nodekeeper
🛠️ A 30x light weight alternative to nodemon to monitor your nodejs applications [NOT FOR PRODUCTION]
https://github.com/Pankajtanwarbanna/nodekeeper
Last synced: 3 months ago
JSON representation
🛠️ A 30x light weight alternative to nodemon to monitor your nodejs applications [NOT FOR PRODUCTION]
- Host: GitHub
- URL: https://github.com/Pankajtanwarbanna/nodekeeper
- Owner: Pankajtanwarbanna
- Created: 2021-05-30T04:54:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T10:26:14.000Z (almost 3 years ago)
- Last Synced: 2024-07-05T15:10:35.019Z (4 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@the2ndfloorguy/nodekeeper
- Size: 3.91 KB
- Stars: 82
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - nodekeeper
README
# 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](https://www.pankajtanwar.in/blog/have-you-ever-thought-how-nodemon-works-internally-lets-build-our-own-nodemon-in-under-10-minutes)
# Installation
```bash
npm install -g @the2ndfloorguy/nodekeeper
```And nodekeeper will be installed globally to your system path.
### TODO
- Kill the sub-process as well to exit