1.0.3 • Published 8 months ago

my-nodemon v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

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.

  1. Install the package locally:

    npm install my-package
  2. Configure your entry point in your package.json:

        "nodemon": "npx my-nodemon <ENTRY_POINT>"
1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

1 year ago