nodemon
Run scripts in Node.JS using nodemon
. Almost the same as node
process with watcher.
Same support as with the
node process
.Default:
./src
Default command
nodemon ./src
CLI Options
https://github.com/remy/nodemon#nodemon
Examples
Default CLI
mhy nodemon
Run a specific file
mhy nodemon file
Last updated
Was this helpful?