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
|
d97d92f65b
|
Tweak output of tests to see what's failing
|
2014-12-05 22:44:40 +00:00 |
|
Remy Sharp
|
9ba51e04eb
|
Update events.md
[skip ci]
|
2014-06-04 12:56:53 +01:00 |
|
Remy Sharp
|
0e43ff573e
|
fixed typo
[skip ci]
|
2014-05-13 08:55:06 +01:00 |
|
Cole R Lawrence
|
1df0930e5b
|
fix couple typos
|
2014-02-05 12:19:40 -06:00 |
|
Remy Sharp
|
43fa35a950
|
Include env example
[skip ci]
|
2014-01-19 16:56:29 +00:00 |
|
Remy Sharp
|
bfc4ac1c4d
|
Required nodemon accepts env to pass to spawned process
See https://github.com/ChrisWren/grunt-nodemon/pull/29 for example/request
|
2014-01-15 14:07:36 +00:00 |
|
Remy Sharp
|
4ca35c6cff
|
Docs about --. [skip ci]
|
2014-01-09 13:24:22 +00:00 |
|
Remy Sharp
|
c78bcb9faa
|
Documentation of required nodemon
|
2014-01-05 22:59:23 +00:00 |
|
Remy Sharp
|
bdcf4478c2
|
nodemon without args and no package, show usage.txt
|
2014-01-03 18:39:56 +00:00 |
|
Remy Sharp
|
0a1a452da9
|
Documenting how the rules work
|
2014-01-03 14:22:15 +00:00 |
|
Remy Sharp
|
30a4a192f5
|
Docs and 1.0.0 release. Whoop whoop!
|
2013-12-29 22:50:02 +00:00 |
|
Remy Sharp
|
ab464021df
|
78 tests passing on mac.
|
2013-12-29 20:26:28 +00:00 |
|
Remy Sharp
|
5c7af6bfc4
|
More tests. 79% code coverage + more docs
- Events documented
- Require working nicely
- If nodemon is required, nodemon message are emitted rather than console.log'ged
|
2013-12-14 00:57:41 +00:00 |
|
Remy Sharp
|
6a574469fc
|
restart is both a state and command
|
2013-12-13 10:45:59 +00:00 |
|
Remy Sharp
|
f5a568b2e9
|
Documenting the event system in nodemon for require & spawn
|
2013-12-13 10:42:26 +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
|
d7c3647405
|
Using event bus for tests and requirable nodmeon
TODO: remove stdout inside tests
|
2013-11-25 01:04:52 +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
|
56663f5ab4
|
Trying to simplify the chain of nodemon process
Making it so lib/cli/ can just spew out options, and make it easier to test against too.
|
2013-08-07 23:15:41 +01:00 |
|
Remy Sharp
|
5da131dc03
|
starting the complete rewrite of nodemon in to tiny testable modules
|
2013-08-01 13:55:23 +01:00 |
|