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