Concision
9bd07eb5b0
docs: changed verbose logging and CLI documentation to reflect support single file watch functionality
2020-01-22 16:07:18 +00:00
Aurélio A. Heckert
7d6c1a88a1
fix: Replace jade references by pug
...
close #1595
2019-10-15 19:27:50 -04:00
Mehdi El Fadil
b8ff6b42e4
docs: update help.txt ( #1401 )
...
Small update so that `nodemon -h` mentions that `.json` files are now watched by default (this is the case since v1.7.0 - #643 )
P.S.: one remark: the change fixing #643 may have been considered as a breaking change, and reflected by bumping major version number. Updating some apps to nodemon v1.7.0+ require adaptation of the config...
P.P.S. Thanks for creating nodemon, super useful piece of software.
2018-08-11 11:40:38 +01:00
Remy Sharp
9d1a63c6a6
fix: allow watching relative path files ( #1385 )
...
Fixes #1355
2018-07-10 18:39:53 +01:00
Remy Sharp
f4391d4ff1
fix: make clear where more opts are in help ( #1271 )
2018-02-27 16:42:20 +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
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
Remy Sharp
4ca35c6cff
Docs about --. [skip ci]
2014-01-09 13:24:22 +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