0.1.18 • Published 2 years ago
nodemand v0.1.18
🙅 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 nodemandUsage
nodemand [options] <module-path> [...args]
# example
nodemand server.jsOptions
--debounce <delay>Debounce restart after change detection, defaults to 1000.--node-modulesWatch also files under node_modules (symbolic links will be resolved before filtering).--color,--no-colorForce color or no color in console output.- Other Node.js command line options.
License
MIT License.
0.1.18
2 years ago
0.1.17
2 years ago
0.1.14
3 years ago
0.1.15
3 years ago
0.1.16
2 years ago
0.1.12
3 years ago
0.1.13
3 years ago
0.1.11
4 years ago
0.1.10
5 years ago
0.1.8
5 years ago
0.1.7
5 years ago
0.1.9
5 years ago
0.1.6
5 years ago
0.1.5
5 years ago
0.1.4
5 years ago
0.1.3
5 years ago
0.1.2
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago
0.0.0
5 years ago