my-nodemon
v1.0.2
Published
A custom Nodemon implementation
Downloads
29
Readme
Custom Nodemon
A lightweight and customizable file watcher for Node.js applications that automatically restarts your application when file changes are detected, similar to the original Nodemon.
Features
- Automatically restarts your Node.js application on file changes.
- Customizable watch directory and entry file.
- Lightweight and easy to use.
Installation
You can install the package globally using npm. First, ensure you have Node.js and npm installed on your machine.
Install the package locally:
npm install my-package
Configure your entry point in your package.json:
"nodemon": "npx my-nodemon <ENTRY_POINT>"