For use during development of a node.js based application. nodemon will watch all the files in the directory that nodemon was started, and if they change, it will automatically restart your node application. nodemon does not require any chang...
続きを読む