Commit Graph

103 Commits

Author SHA1 Message Date
Aurélio A. Heckert
7d6c1a88a1 fix: Replace jade references by pug
close #1595
2019-10-15 19:27:50 -04:00
Drew Llewellyn
2e6e2c46e0 docs: README Grammar (#1601)
- `less` is used for singular mass nouns
- `fewer` when discussing countable things
2019-09-03 11:53:51 +01:00
MarvinJWendt
82c5c18658 docs: center logo (#1495)
Center the Nodemon logo in the `README.md` for a slightly better look.

[skip ci]
2019-01-03 21:48:19 +00:00
Tejas Dinkar
8132db644d docs: Example of how to allow a graceful reload (#1481)
[skip ci]
2018-12-04 14:22:32 +00:00
James Bie
a5263b12f5 docs: change README.md to make the intro more concise
change README.md intro to clarify and remove redundant text

[skip ci]
2018-07-10 18:47:15 +01:00
Darío Hereñú
251bc57563 docs: typo on string #24 & #246 (#1374)
[skip ci]
2018-07-01 07:27:45 +01:00
acceptable
a724e538ac docs: more docs for nodemon as child process (#1362)
I was trying to find out how to use nodemon as child process, and stumble upon this https://github.com/remy/nodemon/issues/1018

So adding more docs for other people later to make it clearer how to do it.

[skip ci]
2018-06-14 11:28:47 +01:00
Remy Sharp
5e88b04eaa feat: add support for --spawn (#1249)
* docs: add sponsors

[skip ci]

* feat: add support for `--spawn`

Fixes #1245

* docs: remove "simply"
2018-02-15 21:57:30 +00:00
Remy Sharp
913c34d15a docs: fix broken images
[skip ci]
2018-02-02 11:48:02 +00:00
Remy Sharp
2918e0ae3e chore: bumping github image cache
[skip ci]
2018-02-02 11:38:12 +00:00
Remy Sharp
85475b5b37 docs: typo
[skip ci]
2018-02-02 11:36:39 +00:00
Remy Sharp
b936f6ca9c docs: add mixmax sponsor ❤️
[skip ci]
2018-02-02 11:27:30 +00:00
Remy Sharp
60d1add20b docs: add context to fences 2018-01-11 11:00:35 +00:00
Remy Sharp
5a914cb35b fix: handle exit(2) better 2017-12-29 10:55:12 +00:00
Remy Sharp
6e839d4a33 fix: support implicit filename extension
Fixes #1193
2017-12-29 10:55:12 +00:00
Remy Sharp
7052648641 docs: add SparkPost for their sponsorship ❤️ 2017-12-28 22:10:05 +00:00
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