nodemon
App monitor
Automatically restarts Node.js applications upon file changes
Monitor for any changes in your node.js application and automatically restart the server - perfect for development
26k stars
258 watching
2k forks
Language: JavaScript
last commit: about 1 month ago
Linked from 2 awesome lists
hacktoberfestnodenodemonwatch
Related projects:
Repository | Description | Stars |
---|---|---|
nodenv/nodenv | A tool for managing multiple NodeJS versions on a single system | 2,253 |
tj/n | A tool for managing multiple versions of Node.js on a single system | 18,946 |
coreybutler/node-windows | Enables Node.js scripts to run as native Windows services with features like service management and elevated privileges. | 2,835 |
npm/cli | A package manager for JavaScript that enables users to manage and install dependencies for web applications. | 8,558 |
fgnass/node-dev | Automates Node.js process restart on file modifications | 2,249 |
petruisfan/node-supervisor | A tool to manage Node.js applications by restarting them on code changes or program crashes. | 3,756 |
mysticatea/npm-run-all | A tool to simplify running multiple npm scripts in parallel or sequential. | 5,757 |
node-config/node-config | A module that organizes hierarchical configurations for Node.js applications across different deployment environments. | 6,305 |
nodejs/node | A cross-platform JavaScript runtime environment supporting collaborative development and focused on stability and security | 108,373 |
unitech/pm2 | Manages and monitors Node.js applications in production environments with load balancing and clustering capabilities | 41,672 |
thinkjs/thinkjs | A full-featured Node.js application framework with support for modern JavaScript features and TypeScript. | 5,307 |
nvm-sh/nvm | A tool to manage multiple versions of Node.js on a system | 80,998 |
actions/setup-node | Provides a way to set up and configure Node.js versions in GitHub Actions workflows | 3,979 |
dylang/npm-check | Automates dependency checks and updates for JavaScript projects | 6,588 |
shelljs/shelljs | Provides portable Unix shell commands for Node.js | 14,272 |