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
CLI Options
https://github.com/remy/nodemon#nodemon
Examples
Default CLI
Run a specific file
Last updated