Ross ROSS = Recommend OSS · open-source software intelligence for agents

remy/nodemon

Monitor for any changes in your node.js application and automatically restart the server - perfect for development observed · 2026-08-28

github.com/remy/nodemon · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

89/100

  • Activity 98
  • Release rhythm 71
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 1
  • age_days: 5813
  • days_rel: 194
  • days_push: 14
  • n_releases_24m: 10

Full methodology

Adoption not part of the score

26677 stars · 1742 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

nodemon is a command-line wrapper for Node.js that watches your source files and automatically restarts the application when changes are detected. It requires no code changes—simply replace `node` with `nodemon` when running your script during development.

Use cases

  • automatically restart node server when files change
  • hot reload nodejs app during development
  • watch directory for file changes and rerun script
  • run any executable with auto-restart on save
  • avoid manually restarting server after code edits

When to choose

  • you're developing a Node.js application and want automatic restarts on file changes
  • you want a zero-config wrapper that works with existing scripts and package.json
  • you need to watch and rerun non-node executables like python or make

When to avoid

  • in production, where you should use a process manager like pm2 or systemd
  • for frontend-only hot reloading, where bundler dev servers are a better fit

Facets

cli-tool · maturity stable

developer-tools cli workflow-automation developer-tools backend web-development cli cross-platform file-watching hot-reload auto-restart nodejs-development dev-server command-line nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
remy/nodemonmain89

For agents

markdown · JSON · MCP: product_card(name="remy/nodemon")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem