18 Commits

Author SHA1 Message Date
Finn Kumkar
500c1b06e8 fix: add support for SIGINT on Windows (fixes issue #1720) (#1853)
Smashing work by @countzero ❤️
2021-06-24 22:02:46 +01:00
Utku Gultopu
90f1cffa4e refactor: define the message in one place (#1847)
[skip ci]
2021-03-31 10:39:09 +01:00
XhmikosR
3d2320fa0a fix: postinstall hide message in CI 2020-11-24 19:27:23 +00:00
Josh Woodcock
273d774822 fix: respect env.OPENCOLLECTIVE_HIDE (#1765)
Co-authored-by: Josh Woodcock <josh@spacee.com>
2020-09-17 16:37:47 +01:00
Remy Sharp
ee2aac1651 fix: support env.SUPPRESS_SUPPORT (#1334)
Show request for help once a week/install and support process.env.SUPPRESS_SUPPORT to hide entirely.
2018-05-05 20:19:36 +01:00
Remy Sharp
48048aaf12 fix: properly handle --no-update-notifier 2017-12-29 10:54:59 +00:00
Remy Sharp
dcd8911e23 fix: stop saying there's another update required! 2017-12-22 15:36:36 +00:00
Remy Sharp
67d146637e refactor: remove libraries over native es6 support 2017-12-20 14:09:03 +00:00
Remy Sharp
f7a94768f6 refactor: add debugging 2015-09-10 10:38:32 +01:00
Remy Sharp
438b8d7c0e refactor: passing jscs 2015-09-09 22:30:43 +01:00
Remy Sharp
3cab178ba2 Fix the stupid update-notifier breaking change
Yay. :'(

[skip ci]
2015-01-28 15:12:53 +00:00
Remy Sharp
13770da9f3 Fixed nodemon.once. Add config.run. Tests not 100% passing
Something weird is happening with required nodemon and re-running lots of times, that somehow resets the config. I know it's due to my tests, but I'm unsure which one is actually causing the damn issue. Anyway, bed for me, it's almost 2am. Sod this for a game of cricket.
2014-01-05 01:42:37 +00:00
Remy Sharp
9673b849ac Use update-notifier to keep nodemon up to date 2013-12-29 23:11:49 +00:00
Remy Sharp
cc44b58641 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 `restartable` to false, since there's so many options to configure stdin and this particular case has narrow use.
2013-10-31 00:25:36 +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
9fd778e355 Tests pass. Using process.emit('nodemon:*'), nodemon starts and triggered restart 2013-08-19 22:26:52 +01:00
Remy Sharp
5d44ebb685 still in progress - lots of file laying out 2013-08-19 21:15:20 +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