Remy Sharp
|
6e40e9adfd
|
feat: support disabling colour output
via cli --no-color/--no-colour and via nodemon.json colours: false
|
2015-09-12 22:34:07 +01:00 |
|
Remy Sharp
|
d675c8be09
|
refactor: remove legacy watch support
Since we're now using chokidar which has it's own internal way of switching, so we don't need to do it ourselves.
|
2015-09-12 10:34:49 +01:00 |
|
Chris Khoo
|
50f5994ee6
|
change --no-startup to --on-change-only
|
2015-07-20 18:40:45 -07:00 |
|
Chris Khoo
|
db196733b7
|
add option --no-startup to not run command on startup
|
2015-07-05 16:19:11 -07:00 |
|
Remy Sharp
|
a294957329
|
Update some documentation
[skip ci]
|
2015-01-28 15:06:05 +00:00 |
|
Michal Srb
|
768d617821
|
Fix help doc string for watch
|
2015-01-19 15:26:03 +00:00 |
|
Julian Oates
|
853ec0506e
|
updated help text grammar
"default" was repeated, "needed" didn't make sense
|
2014-12-17 17:22:59 +00:00 |
|
Remy Sharp
|
4ca35c6cff
|
Docs about --. [skip ci]
|
2014-01-09 13:24:22 +00:00 |
|
Remy Sharp
|
bdcf4478c2
|
nodemon without args and no package, show usage.txt
|
2014-01-03 18:39:56 +00:00 |
|
Remy Sharp
|
30a4a192f5
|
Docs and 1.0.0 release. Whoop whoop!
|
2013-12-29 22:50:02 +00:00 |
|
Remy Sharp
|
93ab2b06db
|
Updating FAQ & authors
|
2013-12-10 12:50:54 +00:00 |
|
Remy Sharp
|
71d6f2d650
|
just because.
|
2013-12-06 10:08:56 +00:00 |
|
Remy Sharp
|
c503222f30
|
Refactoring.
* userScript => script
* simplified exec library
* removed dead code in config loading
* nodemon now knows when it's being required (and goes dark)
* etc...
|
2013-12-03 13:34:40 +00:00 |
|
Remy Sharp
|
d25228c51d
|
Beginning of more docs
|
2013-10-31 19:49:02 +00:00 |
|
Remy Sharp
|
d90fee7a4c
|
Loading .json files, parsing cli & detailed output
- Loads $HOME/nodemon.json
- Then ./nodemon.json
- Then overwrites with cli (or module) settings
- -V gives detail of what's going on inside nodemon
- -q shuts nodemon up entirely
- Cleaner config loading breakup
|
2013-10-29 13:41:47 +00:00 |
|
Remy Sharp
|
84a461f713
|
Basic running and restarting working
Also config static module is used by the parts of nodemon to run the thing.
Ignore rules, on the command line also work - a nice new feature.
|
2013-08-25 09:32:45 +01:00 |
|
Remy Sharp
|
5d44ebb685
|
still in progress - lots of file laying out
|
2013-08-19 21:15:20 +01:00 |
|
Remy Sharp
|
5da131dc03
|
starting the complete rewrite of nodemon in to tiny testable modules
|
2013-08-01 13:55:23 +01:00 |
|