All Projects → makeflow → nodemand

makeflow / nodemand

Licence: MIT license
Restart Node.js process on required modules change.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to nodemand

Nodemon
Monitor for any changes in your node.js application and automatically restart the server - perfect for development
Stars: ✭ 23,377 (+111219.05%)
Mutual labels:  watch, nodemon
Tsc Watch
The TypeScript compiler with --watch and a new onSuccess argument
Stars: ✭ 391 (+1761.9%)
Mutual labels:  watch, nodemon
rest-api-node-typescript
This is a simple REST API with node and express with typescript
Stars: ✭ 154 (+633.33%)
Mutual labels:  nodemon
Angular-Gulp-Boilerplate
Clean but full-featured AngularJS boilerplate using Gulp workflow and best practices
Stars: ✭ 30 (+42.86%)
Mutual labels:  watch
express-ts-api-boilerplate
Express TypeScript API Boilerplate
Stars: ✭ 15 (-28.57%)
Mutual labels:  nodemon
must-watch
A list of cybai's must-watch videos
Stars: ✭ 19 (-9.52%)
Mutual labels:  watch
dynamic-sharding
用动态分片解决pushgateway高可用 单点 HA问题
Stars: ✭ 27 (+28.57%)
Mutual labels:  watch
autorsync
Node.js File Watch + rsync
Stars: ✭ 56 (+166.67%)
Mutual labels:  watch
MiBand-5-watchface-editor
A program to help create watch faces for mi band 5 & 6!
Stars: ✭ 201 (+857.14%)
Mutual labels:  watch
mix test interactive
Interactive watch mode for Elixir's mix test. https://hexdocs.pm/mix_test_interactive/
Stars: ✭ 36 (+71.43%)
Mutual labels:  watch
video-chat
Simple Web Application that offer you to create video meeting room using WebRTC and Socket.
Stars: ✭ 32 (+52.38%)
Mutual labels:  nodemon
hwatch
A modern alternative to the watch command, records the differences in execution results and can check this differences at after.
Stars: ✭ 370 (+1661.9%)
Mutual labels:  watch
WWDChrome
Chrome extension which lets you watch WWDC Developer Videos in Google Chrome (thus not having to use Safari)
Stars: ✭ 18 (-14.29%)
Mutual labels:  watch
Me-TV
It's TV for me computer.
Stars: ✭ 39 (+85.71%)
Mutual labels:  watch
talks
Awesome Talks
Stars: ✭ 27 (+28.57%)
Mutual labels:  watch
cheap-watch
If it works, why use something else? // Mirror of https://git.chor.date/Conduitry/cheap-watch
Stars: ✭ 64 (+204.76%)
Mutual labels:  watch
bulbo
🍹 Generate your static site with gulp plugins!
Stars: ✭ 14 (-33.33%)
Mutual labels:  watch
open-watch
An open-source handmade smartwatch. All of the codes, PCBs and schematics are available. ⌚
Stars: ✭ 35 (+66.67%)
Mutual labels:  watch
watch-behavior
小程序自定义组件扩展 behavior, watch 属性实现
Stars: ✭ 18 (-14.29%)
Mutual labels:  watch
watcher
The file system watcher that strives for perfection, with no native dependencies and optional rename detection support.
Stars: ✭ 37 (+76.19%)
Mutual labels:  watch

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.

Caveats

  • It won't be able to know a CommonJS module if it failed to load at the beginning. This means if you have a CommonJS module with something like a syntax error at the first run, it will not be watched.

License

MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].