Simple monitor script for use during development of a node.js app
Description
This package provides a simple monitor script for developing node.js app that can be used during
development of a node.js based application.
nodemon will watch the files in the directory in which nodemon was started, and if any files change,
nodemon will automatically restart your node application.