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: 26 days 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,249 |
tj/n | A tool for managing multiple versions of Node.js on a single system | 18,881 |
coreybutler/node-windows | Enables Node.js scripts to run as native Windows services with features like service management and elevated privileges. | 2,826 |
npm/cli | A package manager for JavaScript that enables users to manage and install dependencies for web applications. | 8,493 |
fgnass/node-dev | Automates Node.js process restart on file modifications | 2,247 |
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,734 |
node-config/node-config | A module that organizes hierarchical configurations for Node.js applications across different deployment environments. | 6,288 |
nodejs/node | A cross-platform JavaScript runtime environment supporting collaborative development and focused on stability and security | 107,829 |
unitech/pm2 | Manages and monitors Node.js applications in production environments with load balancing and clustering capabilities | 41,562 |
thinkjs/thinkjs | A full-featured Node.js application framework with support for modern JavaScript features and TypeScript. | 5,309 |
nvm-sh/nvm | A tool to manage multiple versions of Node.js on a system | 80,353 |
actions/setup-node | Provides a way to set up and configure Node.js versions in GitHub Actions workflows | 3,940 |
dylang/npm-check | Automates dependency checks and updates for JavaScript projects | 6,584 |
shelljs/shelljs | Provides portable Unix shell commands for Node.js | 14,267 |