nodemon Alternatives
nodemon is described as *'tool that helps develop node.js based applications by automatically restarting the node application when file changes in the directory are detected.
nodemon does not require any additional changes to your code or method of development'* and is an app. There are three alternatives to nodemon for Linux, Mac and Windows. The best alternative is entr, which is both free and Open Source. Other great apps like nodemon are PM2 and Reflex.
Run arbitrary commands when files change.
Features
Advanced process manager for production Node.js applications. Load balancer, logs facility, startup script, micro service management, at a glance.
Features
Reflex is a small tool to watch a directory and rerun a command when certain files change. It's great for automatically running compile/lint/test tasks and for reloading your application when the code changes.