File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 13
13
-I, --no-stdin ........... don't try to read from stdin.
14
14
-C, --on-change-only ..... execute script on change only, not startup
15
15
--no-colors .............. disable color output
16
+ --signal <signal> ........ use specified kill signal instead of default (ex. SIGTERM)
16
17
-d, --delay n ............ debounce restart for "n" seconds.
17
18
--exitcrash .............. exit on crash, allows use of nodemon with daemon
18
19
tools like forever.js.
19
20
-v, --version ............ current nodemon version.
20
21
-h, --help ............... you're looking at it.
21
22
--help <topic> ........... help on a specific feature. Try "--help topics".
22
- --signal <signal> ........ use specified kill signal instead of default (ex. SIGTERM)
23
23
-- <your args> ........... to tell nodemon stop slurping arguments.
24
24
25
25
Note: if the script is omitted, nodemon will try to read "main" from
32
32
Examples:
33
33
34
34
$ nodemon server.js
35
- $ nodemon --config my/custom/nodemon.json server.js
36
35
$ nodemon -w ../foo server.js apparg1 apparg2
37
- $ PORT=8000 nodemon --debug-brk server.js
38
36
$ nodemon --exec python app.py
39
37
$ nodemon --exec "make build" -e "styl hbs"
40
- $ nodemon app.js -- -v
38
+ $ nodemon app.js -- --inspect
41
39
42
40
For more details see http://github.com/remy/nodemon/
You can’t perform that action at this time.
0 commit comments