Remy Sharp
c63771726c
fix: expose no update flag
2017-12-29 10:54:59 +00:00
Remy Sharp
fa64cdcc8a
docs: reduce CLI output and add --help options
...
Also restore missing -L CLI options.
Fixes #1160
2017-12-13 21:55:13 +00:00
Remy Sharp
2e1b496fa3
fix: reduce help output (a teeny bit)
2017-12-04 22:27:16 +00:00
Jay Beavers
5a89df6471
fix: Support for .mjs es6 modules ( #1138 )
2017-12-04 14:55:16 +00:00
Aalex Gabi
9b6c786fd1
fix: sync help.txt to available options
2017-12-04 14:54:36 +00:00
Rich Hodgkins
fb5da380c8
feat: nodemonConfig support in package.json
...
* feat: support using ‘nodemonConfig’ in package.json
Implements loading configuration options from the `nodemonConfig` value in the package.json, nodemon.json is still preferred before looking at the new option.
Also includes tests.
Closes #873
* docs: update for using ‘nodemonConfig’ in package.json
Add to both the README and `nodemon --help config`.
#1028
2017-09-04 20:26:17 +01:00
Kyle Smith
ee110add53
feat: support --config command line arg
...
Implement `--config <file>` option to allow config loading from an arbitrary file instead of being
bound to the static `$PWD/nodemon.json`.
Closes #755
Closes #855
2016-07-25 22:01:45 +01:00
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