0.1.18 • Published 7 months ago

nodemand v0.1.18

Weekly downloads
76
License
-
Repository
github
Last release
7 months ago

NPM Package

🙅‍ Nodemand

Restart Node.js process on required modules change.

A light-weight alternative to tools like nodemon and node-dev, watches module files found in ESMLoader after start and no modification is made to the runtime objects.

It supports both ES module and CommonJS.

Installation

yarn global add nodemand
# or
npm install --global nodemand

Usage

nodemand [options] <module-path> [...args]
# example
nodemand server.js

Options

  • --debounce <delay> Debounce restart after change detection, defaults to 1000.
  • --node-modules Watch also files under node_modules (symbolic links will be resolved before filtering).
  • --color, --no-color Force color or no color in console output.
  • Other Node.js command line options.

License

MIT License.

0.1.18

7 months ago

0.1.17

12 months ago

0.1.14

1 year ago

0.1.15

1 year ago

0.1.16

12 months ago

0.1.12

1 year ago

0.1.13

1 year ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.9

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.0

4 years ago