Commit Graph

87 Commits

Author SHA1 Message Date
Remy Sharp
0c3229d77f docs: remove duff link
[skip ci]
2017-12-22 22:52:48 +00:00
Remy Sharp
9f8defc089 docs: :add syntax highlight + contributors
Closes #1155

[skip]
2017-12-13 13:30:00 +00:00
Jay Beavers
5a89df6471 fix: Support for .mjs es6 modules (#1138) 2017-12-04 14:55:16 +00:00
Remy Sharp
af54f6408c docs: trying a new position
Will track over the next 30-60 days.
2017-11-03 16:35:53 +00:00
Eric Berry
4391edebc6 docs: Reposition Code Sponsor (#1090)
By having the sponsor embed code at the bottom, it ends up being more effective to help fund the project.
2017-09-15 12:28:19 +01:00
Rich Hodgkins
fb5da380c8 feat: nodemonConfig support in package.json
* feat: support using ‘nodemonConfig’ in package.json

Implements loading configuration options from the `nodemonConfig` value in the package.json, nodemon.json is still preferred before looking at the new option.
Also includes tests.

Closes #873

* docs: update for using ‘nodemonConfig’ in package.json

Add to both the README and `nodemon --help config`.

#1028
2017-09-04 20:26:17 +01:00
Laurie Voss
f7d8a2ba2c docs: npx to run dev dependencies (#1071) 2017-09-04 19:33:28 +01:00
Laurie Voss
16133942a6 chore: remove io.js references (#1070) 2017-09-04 19:26:25 +01:00
Jackson Delahunt
8ef739af43 docs: typo (#1059)
typo
2017-09-04 19:20:59 +01:00
Remy Sharp
34262245ef fix: update readme 2017-08-24 17:59:33 +01:00
Remy Sharp
7352a4c716 docs: add design principle 2017-03-31 10:02:58 +01:00
Remy Sharp
bf212f5e05 docs: delay option in nodemon.js (#914)
Closes #324 

[skip ci]
2016-10-05 17:46:48 +01:00
Robert (Jamie) Munro
a331982583 docs: forking should be cloning
I’ve expanded it to “cloning with git” for clarity.
2016-10-05 13:46:57 +01:00
Robert (Jamie) Munro
027279f0d6 docs: Document missing default ignores
`.nyc_output` and `coverage`, which seem to come from here:
https://github.com/novemberborn/ignore-by-default/blob/master/index.js
2016-10-05 13:39:56 +01:00
Spain
f7370df0da Update README: delay option in nodemon.js
Closes #324
2016-09-30 19:36:20 -04: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
Ross Penman
ee93a4593e docs: fix typo in README (#837)
[skip ci]
2016-05-28 22:20:40 +01:00
Felipe Vargas
a27276fd9e docs: add alternate installation method (#831)
[skip ci]
2016-05-12 10:25:18 +01:00
Prayag Verma
1715f0a138 docs: fix a typo in readme
`pronunced` → `pronounced`
2016-02-09 16:47:37 +05:30
Tim Ruffles
782b74dd3e [docs] note on unix globs and --watch
I tried to use globbing with `--watch` and spent some frustrating time working out that I was being an idiot. Just popped a line in docs to help others.
2015-10-20 10:17:50 +01:00
Alessandro Zanardi
cd4201afa6 feat: add JSON to default watched extensions
Since in a server environment JSON files often contain settings,
nodemon should restart by default when the content of a JSON file is changed.

Closes #643
2015-09-21 11:25:17 +01:00
Remy Sharp
8af4b4bc81 fix: make control over ignoreRoot easier
And add documentation and tests
2015-09-21 10:23:19 +01:00
Remy Sharp
bb170600e0 docs: add legacy-watch info
[skip ci]
2015-09-19 15:53:18 +01:00
Remy Sharp
4e63f92234 docs: add donate button
[skip ci]
2015-09-02 21:01:33 +01:00
Morton Fox
82ae44ce8f Fix CoffeeScript link. 2015-04-16 22:27:15 -04:00
Remy Sharp
dd6ad0d879 Pronunciation
[skip ci]
2015-02-24 20:47:25 +00:00
Remy Sharp
d939f64546 Link to npm
[skip ci]
2015-02-01 16:06:31 +00:00
Remy Sharp
542f8545a6 Fixed #457
Explain the issue around ubuntu and nothing running.

[skip ci]
2015-01-28 15:01:17 +00:00
Remy Sharp
1cafc641c1 Fixed #470
Explain how nodemon.json events work, and removed the manually maintained list of maintainers. People can easily navigate to https://github.com/remy/nodemon/contributors

[skip ci]
2015-01-20 16:19:12 +00:00
Remy Sharp
90666b07df Update nodemon logo (to svg)
[skip ci]
2015-01-19 19:53:18 +00:00
Remy Sharp
cf134e5752 Updated note about iojs
[skip ci]
2015-01-19 19:43:52 +00:00
Robert Ing
8589fab0f1 Update README.md 2015-01-17 17:15:10 -08:00
Remy Sharp
f4469e19b1 Show how to use iojs with nodemon
[skip ci]
2015-01-14 08:22:55 +00:00
Brian Scoles
2d62055795 fix typo in README.md
replace "original" with "originally" in section "Automatic re-running"

## Automatic re-running

BEFORE: 
nodemon was original written to restart hanging processes

AFTER:
nodemon was originally written to restart hanging processes
2014-11-17 14:25:36 -08:00
Remy Sharp
7b04236a0a Update Travis badge based on master 2014-07-06 08:27:39 +01:00
Remy Sharp
3ccbd23106 Show -h option
[skip ci]
2014-06-23 10:55:24 +01:00
Remy Sharp
57920bac8c Fuk typoohs
[skip ci]
2014-06-04 14:01:00 +01:00
Remy Sharp
663af84593 For my own sanity, I've put all contribs in README
But not in package.json. I'm not sure I can handle the headache of manually maintaining it in two places - since I'm hand scrapping from the github contribs page (using devtools and jQuery...): https://gist.github.com/remy/a81a1cadee6f1d10bbd2

[skip ci]
2014-06-04 14:00:16 +01:00
Remy Sharp
e872aff68d Tweak to spaces and code examples
[skip ci]
2014-06-04 12:55:25 +01:00
Michael Heuberger
c4e263ed37 expose streams for piping (mh) 2014-06-04 02:49:24 +12:00
Remy Sharp
c4a7e071b1 Adding support for package.scripts.start
Ref #330
2014-05-28 12:46:56 +01:00
Sahat Yalkabov
2f873451d8 SVG Badges 2014-04-14 19:58:39 -04:00
didoarellano
5b74ab5f4f Fix typos 2014-02-22 03:24:55 +08:00
Ariel Yang
079338603e Missing a comma. 2014-02-16 22:29:28 +08:00
Mike MacCana
d4908f674c Add gulp-nodemon link. Also correct small typo. 2014-01-24 17:35:36 +00:00
Justin G
d96f117e66 Document the milliseconds support for --delay option 2014-01-23 10:56:02 -06:00
Remy Sharp
a3ddc98a1b Removing the regular expressions from ignore.
[skip ci]
2014-01-16 23:54:21 +00:00
Remy Sharp
b7bb663ab2 Link to defaults.js 2014-01-05 23:00:29 +00:00
Remy Sharp
c78bcb9faa Documentation of required nodemon 2014-01-05 22:59:23 +00:00
Remy Sharp
537d6dccb9 flattr badge 2014-01-05 17:33:17 +00:00