Remy Sharp
|
438b8d7c0e
|
refactor: passing jscs
|
2015-09-09 22:30:43 +01:00 |
|
Remy Sharp
|
b0fd56f7de
|
refactor: move watch out in favour of chokidar
Plus jscs clean ups
|
2015-08-31 18:25:55 +01:00 |
|
Remy Sharp
|
c4b3f5beb7
|
Small lint errors
|
2014-01-27 15:23:36 +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
|
aceee649f3
|
Fixed #216. If --exec is used, don't try to detect userScript
Also simplified the exec and arguments logic
|
2013-10-29 20:02:30 +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
|
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
|
c5f2bee160
|
Testing the exec rules and the parser
Still lots to do, but taking a very code, test, code, test, test, test, code, test cycle.
|
2013-08-05 22:55:12 +01:00 |
|
Remy Sharp
|
3efca971fd
|
Argument parsing, and executable support and tests
Includes simple passing tests, the exec.js has not been tested in detail yet.
|
2013-08-05 00:11:30 +01:00 |
|
Remy Sharp
|
5da131dc03
|
starting the complete rewrite of nodemon in to tiny testable modules
|
2013-08-01 13:55:23 +01:00 |
|