An open API service for software projects hosted on Open Collective.

nodemon

Nodemon is a utility that will monitor for any changes in your source and automatically restart your server. Perfect for rapid development.
Collective - Host: opensource - https://opencollective.com/nodemon - Website: https://nodemon.io/ - Code: https://github.com/remy/nodemon

fixed watchable tweak

github.com/remy/nodemon - bf8c20c2e8f4e878a7a158f094b75539a9850216 authored over 11 years ago
MOAR test coverage. 71% - good enough for 1.0.0 release

github.com/remy/nodemon - 21acd841d620c257b7b575da878506a68d0f6623 authored over 11 years ago
Fix require test. Reset event state after complete

github.com/remy/nodemon - c7d18c01f96b2eebc64406681334290ab981b134 authored over 11 years ago
Testing required restart

github.com/remy/nodemon - 36e779d830d166d758d239d7b6d155359a627831 authored over 11 years ago
Required nodemon, upon quit, correctly unwatches files

github.com/remy/nodemon - ad0eba36aa7c2ab8d390e94a69fc34cfde475867 authored over 11 years ago
Re-introducing require tests

github.com/remy/nodemon - fe277408632547edb298fe66ae5e7619dea153c8 authored over 11 years ago
Better coverage of cli/parse lib

github.com/remy/nodemon - 3f9a0034d0712d87d7a1d71fbb9d0d393d109418 authored over 11 years ago
Fix nodemon.config.required flag, and expose config

For when nodemon is required in to projects like grunt.

github.com/remy/nodemon - 4f5593d439258dd4a0440f2bc51f784331feb7fa authored over 11 years ago
test for --debug=X

github.com/remy/nodemon - 05e5cecfe7d3658a693b64bb5c3344f5a08da646 authored over 11 years ago
fixtures for legacy nodemonignore files

github.com/remy/nodemon - b4b3d90c6179e73c7f0ef92db5fbfac098d05115 authored over 11 years ago
Now loading old style nodemonignore configs

github.com/remy/nodemon - 417a4c6510a2d6949ef49359e50dcd50fe4bcbc5 authored over 11 years ago
Removed config/init.js and moved to index.js

github.com/remy/nodemon - 3fe5f04a47c370e17f8d4faae95e43e071fe3dd8 authored over 11 years ago
rules.reset() wasn't working at all!!!

github.com/remy/nodemon - 93b8895663c5cdaa59a80b8d62b2f308139abac4 authored over 11 years ago
Ensure --debug is slupped correctly. Fixes #226.

github.com/remy/nodemon - 40aad4d208c9e6497eb4977c2b35e4fd799f2577 authored over 11 years ago
Moved coverage to it's own npm command

Because Travis can sometimes bitch about Istanbul: https://travis-ci.org/remy/nodemon/jobs/15225801

github.com/remy/nodemon - 7197107eed667877608015f02429fcfbe0ade01a authored over 11 years ago
Merged #231 allowing for multiple nodemons (I think!)

Plus linty lint.

github.com/remy/nodemon - 86d13db87783abee250559daedde7ca9ae5f7697 authored over 11 years ago
On exception, ask for issue to be filed

github.com/remy/nodemon - 6877d57ba63565ff4bbcdc646c35a8b661f66ef6 authored over 11 years ago
Support for execMap #195 and tests

github.com/remy/nodemon - 999f87eeda8b0bcb5b7373e7df615220e5303606 authored over 11 years ago
Simplified ignore test (was true twice on mac)

github.com/remy/nodemon - dad51cfcff9f79c43641e8acc899ec84dfbf4980 authored over 11 years ago
Fixed test to check ignore rules

github.com/remy/nodemon - ffe5a55fd5a74542f913a8b95206a71473c01500 authored over 11 years ago
Updating FAQ & authors

github.com/remy/nodemon - 93ab2b06dbf65d63384e4fd15315a1e480a4e261 authored over 11 years ago
Was throwing exception on version check

github.com/remy/nodemon - e8118ce251dbdf428931a7dd3946d391bce1364d authored over 11 years ago
Fixed default *.js restart option

github.com/remy/nodemon - 62a5415fbe7f8a0ddf834d76c1b65879443ea66d authored over 11 years ago
Correct signal passing. Fixes #232.

Also more linting, tweaks to FAQ & contributing and added .jshint file.

Also adds test for sign...

github.com/remy/nodemon - abc27cd5cad41d3cdfb199f0ada6e54e387b9b25 authored over 11 years ago
just because.

github.com/remy/nodemon - 71d6f2d65075e2cf052d9f7b06a67c1fff1dc733 authored over 11 years ago
tweaking numbers to test travis

github.com/remy/nodemon - c5a5c88af790126f2e984baa48a9fb82dd883f99 authored over 11 years ago
tweaks to copy

github.com/remy/nodemon - 4785409a79f6056088a80a904735adf2562beb9c authored over 11 years ago
More test coverage

github.com/remy/nodemon - 48855d051fe5112a9e4de16354eead2b536a9c64 authored over 11 years ago
unsure whether exit.js was ever used

github.com/remy/nodemon - 80fbacaa7aa9d4cddfd1cbf08ce9ae5959f6a0b4 authored over 11 years ago
Test help

github.com/remy/nodemon - 90f3bcd891e7f0a5381fcdf02651943b10f134e1 authored over 11 years ago
removed old tests and old nodemon...whoooo

github.com/remy/nodemon - 871ecd45832a72301dcc77af38756ee220336369 authored over 11 years ago
Ignore .git & node_modules/**/node_modules by default. Closes #230

Also linting, tests and cleaned up filename that's echoed triggering the change

github.com/remy/nodemon - d092d717755fb4c674648021f9d6d1874635401f authored over 11 years ago
Passing tests on linux

github.com/remy/nodemon - ae184b73e65697ffa47b217e5c85a9dbd8b9d7c1 authored over 11 years ago
jshint cleaning

github.com/remy/nodemon - e777deaf52d76b05917566fb758cc9fe26e39e1f authored over 11 years ago
Fixed #118 plus a bunch of jshint fixes

github.com/remy/nodemon - 9853e089b418705bf132f69f36114821ed1a211a authored over 11 years ago
Removes support for node 0.6 in nodemon 0.9.x and upwards

github.com/remy/nodemon - c8d59ff46660cc0a570a6cce4183d6c4924fc3a8 authored over 11 years ago
Removed redundant test

github.com/remy/nodemon - 3e000fa2998c48270b103c29ec8c4059336c113c authored over 11 years ago
Start initial watch right away - fixes timing issues in tests

github.com/remy/nodemon - 61572250dbc463abb2dca12bbc82aa9aac49e9f5 authored over 11 years ago
Merge pull request #220 from rps/patch-1

minor wordfixes

github.com/remy/nodemon - ad98202d4911194a6d1686d24c1ca76baa7bd685 authored over 11 years ago
Copy across fix #228

github.com/remy/nodemon - ccb050b2277eba5a63a79911abc757c8fb36fd3f authored over 11 years ago
Merge pull request #228 from davedoesdev/master

Fix wrong detection when run in background in shell script

github.com/remy/nodemon - c34f08c58ad98bee96761f6d61dab15a8d186b7d authored over 11 years ago
More test off of lib

github.com/remy/nodemon - 59e0135eb5ae82a7ee32a5c7d511e0cc15a33324 authored over 11 years ago
Refactoring.

* userScript => script
* simplified exec library
* removed dead code in config loading
* nodemon...

github.com/remy/nodemon - c503222f30661495a3d4543adfed1f59d300dc47 authored over 11 years ago
Fix wrong detection when run in background in shell script

github.com/remy/nodemon - d9aa343b208125dd8f150166a074a2f2086ebd4c authored over 11 years ago
Using event bus for tests and requirable nodmeon

TODO: remove stdout inside tests

github.com/remy/nodemon - d7c36474058229a186f63682d2a6693dc87ce382 authored over 11 years ago
trying to get nodemon start tests to pass on linux - problems with fs.watch + touch

github.com/remy/nodemon - 21ba61476bbee74761816fc724cf501e7f2c66a4 authored over 11 years ago
Legacy mode working again and Vagrant working ok

github.com/remy/nodemon - a7fe84f12b96f99cb73acbac345ecb12523158fe authored over 11 years ago
Capture error on simple running

github.com/remy/nodemon - eef9efc7df357b09dc3ae96a77a43e712338a00b authored over 11 years ago
Allowing 5sec for mocha to run. Also better clean up on test exit

github.com/remy/nodemon - ed480b624c38f2b19d5fb503a03f9e2010731bee authored over 11 years ago
First tests to ensure nodemon is actually restarting correctly

github.com/remy/nodemon - 2909a17a8ff357878c1fa558de1f5c37b9c911a9 authored over 11 years ago
Merge branch 'feature/json-config' of github.com:remy/nodemon into feature/json-config

github.com/remy/nodemon - 31eeeeed34a32c2af99bc3e62614550dc8ea503a authored over 11 years ago
making main based off the module, not the "binary"

github.com/remy/nodemon - f6887c9f31d8cfe770771034391520ce9ba602f9 authored over 11 years ago
Merge pull request #219 from matthew-andrews/feature/json-config

Implement Istanbul for code coverage metrics

github.com/remy/nodemon - 9063479f5faad74585b74d3388705e903e5be05c authored over 11 years ago
Merge pull request #221 from pauloadaoag/patch-1

Removed /r and /n from nodemonignore lines

github.com/remy/nodemon - 11d5a64e7789a241091ed33de0e584dd21a81974 authored over 11 years ago
Removed /r and /n from nodemonignore lines

Fixed bug in windows wherein lines in nodemonignore with comments are not processed correctly.
...

github.com/remy/nodemon - c4053f5ccd4a24386e1148c0617375e48f58a334 authored over 11 years ago
minor wordfixes

github.com/remy/nodemon - aea9b7460dcd1f4511ac26543edd39b458fcf7f0 authored over 11 years ago
Add code coverage metrics

github.com/remy/nodemon - b56e4d26a85aa78263c33fed1a2be3d00f9c6085 authored over 11 years ago
Windows friendly slash

github.com/remy/nodemon - 71df2ceac146b88f8661e6e3ccc3cf83f4a6e919 authored over 11 years ago
Beginning of more docs

github.com/remy/nodemon - d25228c51d0adc817f0cc8ea1d9265a21853c86d authored over 11 years ago
Only reset search time /after/ file changes detected

github.com/remy/nodemon - c7f50160e29cb4982ea4cea2d840f80270104f77 authored over 11 years ago
Got the logic in reverse with config merge

github.com/remy/nodemon - 0b0d31c37baa084508cf0812587cceb542a7c3bb authored over 11 years ago
Fixed extension watching and fixed perf bug in check

Needs careful testing in linux and windows.

Also fixed #204 but requires config file to set `re...

github.com/remy/nodemon - cc44b58641035c609893e9d9c7729d963615a598 authored over 11 years ago
Test confirming fix for #212

github.com/remy/nodemon - fcc843cd8841c61256fb02e2dc9c9f4bd224e24c authored over 11 years ago
Fixed `nodemnon .` and nodemon.json loaded before flags set

github.com/remy/nodemon - 81eb5effa586ae706f080986cd6ba2bfdf750755 authored over 11 years ago
Custom merge with tests

Also fixes missing values in config

github.com/remy/nodemon - 817e2269dcc43691a595438631de9b835c7e7e31 authored over 11 years ago
Fixed #216. If --exec is used, don't try to detect userScript

Also simplified the exec and arguments logic

github.com/remy/nodemon - aceee649f314f1c4363c69ae913876af6e8b53a5 authored over 11 years ago
node 0.6 compat

github.com/remy/nodemon - ed040edceec5dc73d07aabf844a97431146afd26 authored over 11 years ago
removed colors dep

github.com/remy/nodemon - 69c71473a8d5d22c6a0480580e109a8f843320fa authored over 11 years ago
Updated tests to read new options location

github.com/remy/nodemon - c5aa3680efc0a6315e935672ade04c5998e8155f authored over 11 years ago
Fixed cli parser so that it add watch, ignore, etc

github.com/remy/nodemon - 9a86e7bfff01df928898c90998086c4bd3288026 authored over 11 years ago
Loading .json files, parsing cli & detailed output

- Loads $HOME/nodemon.json
- Then ./nodemon.json
- Then overwrites with cli (or module) settings...

github.com/remy/nodemon - d90fee7a4ca71e10b380cee07dea3c34b8f605ac authored over 11 years ago
Merge pull request #209 from mvasilkov/patch-1

Fix typo

github.com/remy/nodemon - 674f70304369668f8b69c033a0d05d9cf11c2d9d authored almost 12 years ago
Using odd version to flag dev release

github.com/remy/nodemon - b2a43283eea1fa6843aff0527375a323bf4796fb authored almost 12 years ago
Add node 0.6 to tests

github.com/remy/nodemon - 9cb84a8951d09cc95c1b5c9de47199c3b7b0c2ef authored almost 12 years ago
Fix typo

github.com/remy/nodemon - 07513909c053793316573f943d0b31f94ee349b2 authored almost 12 years ago
Basic running and restarting working

Also config static module is used by the parts of nodemon to run the thing.

Ignore rules, on th...

github.com/remy/nodemon - 84a461f713827120e28b5b42cf3f5931dc4c42d3 authored almost 12 years ago
Tests pass. Using process.emit('nodemon:*'), nodemon starts and triggered restart

github.com/remy/nodemon - 9fd778e355093c974a215d3d808fb97490315e56 authored almost 12 years ago
still in progress - lots of file laying out

github.com/remy/nodemon - 5d44ebb68550c8f46f7fb757711c62558bc83e0d authored almost 12 years ago
fixed parse test expectation

github.com/remy/nodemon - 5293f08740716fcaf224f393e17b0d547c9156ed authored almost 12 years ago
reporter: dot => spec for better visibility on travis

github.com/remy/nodemon - 30fb32161ec38061bbccc5fcf1419ec10612b1f1 authored almost 12 years ago
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.

github.com/remy/nodemon - 56663f5ab45c5faa889b70607ed12080831e8521 authored almost 12 years ago
Testing the exec rules and the parser

Still lots to do, but taking a very code, test, code, test, test, test, code, test cycle.

github.com/remy/nodemon - c5f2bee160c66e91b46ac1e6b63a1467fd4a494c authored almost 12 years ago