https://github.com/remy/nodemon
From the github project:
nodemon
For use during development of a node.js based application.nodemon
will watch the files in the directory thatnodemon
was started, and if they change, it will automatically restart your node application.nodemon
does not require any changes to your code or method of development.nodemon
simply wraps your node application and keeps an eye on any files that have changed.
No comments:
Post a Comment