Ecosyste.ms: OpenCollective

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

fix: redirect help (#1825)

Fixes: #1807

Allows for nodemon --help > help.txt

github.com/remy/nodemon - ac0b55e50a3c48a6ec1b15265d466cee3b83ef3d authored almost 4 years ago by Remy Sharp <[email protected]>
chore: update commitlint (#1824)

github.com/remy/nodemon - 6d320b2dab379830c6ea11d46f541aba783c7a6f authored almost 4 years ago by Remy Sharp <[email protected]>
chore: update website code

github.com/remy/nodemon - 73d03e6b0d77ada8ec594ef43297f05c0912d92c authored almost 4 years ago by Remy Sharp <[email protected]>
chore: merge

* 'master' of github.com:remy/nodemon:
fix: postinstall hide message in CI
chore: change tes...

github.com/remy/nodemon - 9595d945ef810f4fc1b4e4d164a04e89129b4713 authored almost 4 years ago by Remy Sharp <[email protected]>
chore: update commitlint

github.com/remy/nodemon - a12cc4d1e3cbc127e06d84cae13b4e8ec89a019f authored almost 4 years ago by Remy Sharp <[email protected]>
fix: postinstall hide message in CI

github.com/remy/nodemon - 3d2320fa0a3627f1700be6ae3ab68a0e3a42b783 authored about 4 years ago by XhmikosR <[email protected]>
chore: change test targets (#1788)

No longer testing in node@8 as of [email protected]

Adding node@14 and dropping non-LTS targets (...

github.com/remy/nodemon - f74f4a20772b5d96506386d2e35569bc3e2c1811 authored about 4 years ago by Remy Sharp <[email protected]>
chore: Switch from JSCS to ESLint

github.com/remy/nodemon - 66ec7cd414b6496daf37c95bfebc0be3b37306a9 authored about 4 years ago by Antriksh Yadav <[email protected]>
fix: ignore ./<path> on cwd (#1787)

Fixes: #1784

This fixes the watch/ignore rules where the config is ignoring
the relative loc...

github.com/remy/nodemon - 03c4ed3b76d569988038e35727c5c6808f323d52 authored about 4 years ago by Remy Sharp <[email protected]>
fix: runOnChangeOnly=true

Fxies issue #1742: corrected run.js, run.test.js, watch.js for the use case runOnChangeOnly=true...

github.com/remy/nodemon - 7e00a30d31c5a464f7a2bee0657a4aa5e702236a authored about 4 years ago by Chakradhar Palaparthi <[email protected]>
fix: package.main with -- arguments (#1773)

* fix: package.main with -- arguments

Fixes #1758

The combination of using a package.main ...

github.com/remy/nodemon - 2967726673496ae6cf35904cb4e83013c6e2ccd3 authored about 4 years ago by Remy Sharp <[email protected]>
fix: respect env.OPENCOLLECTIVE_HIDE (#1765)

Co-authored-by: Josh Woodcock <[email protected]>

github.com/remy/nodemon - 273d7748222d1d441de0519cce82993221eb2d17 authored over 4 years ago by Josh Woodcock <[email protected]>
chore: update lock file

[skip ci]

github.com/remy/nodemon - 6c471af09abd0ae75ce42f38fb14f0810e089652 authored over 4 years ago by Remy Sharp <[email protected]>
fix: add funding in package

I'd be prepared to bet the house that npm 7's postinstall block and funding support pretty much ...

github.com/remy/nodemon - a74f5dc3efef9a76e5c810ff3b70c4e3f1584183 authored over 4 years ago by Remy Sharp <[email protected]>
docs: Fix run-on sentence (#1704)

github.com/remy/nodemon - 43def51ddd9bd267e0c847b3aaa2b06ac9c04ac0 authored over 4 years ago by Dan Dascalescu <[email protected]>
docs: update issue templates

[skip ci]

github.com/remy/nodemon - f18286e46cbf3efe88f2dd9a7c3abe78822c9027 authored over 4 years ago by Remy Sharp <[email protected]>
fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-DOTPROP-...

github.com/remy/nodemon - a4490e2156bd541e4fb4fd66d906a31319a1aae3 authored over 4 years ago by snyk-bot <[email protected]>
test: split require tests

github.com/remy/nodemon - ee92ee470b37d4cb69429198677afb19ede5100c authored over 4 years ago by Remy Sharp <[email protected]>
test: fix failing test when required

I suspect, though not 100% sure, that this test fails because it was
being required and when so,...

github.com/remy/nodemon - 33ae6dae33ff0b3ec6344966145f3a33476f9491 authored over 4 years ago by Remy Sharp <[email protected]>
docs: changed verbose logging and CLI documentation to reflect support single file watch functionality

github.com/remy/nodemon - 9bd07eb5b0cb474d29793444dff98c3df4b1cea1 authored almost 5 years ago by Concision <[email protected]>
test: make sigint test to actually check child pid (#1656)

github.com/remy/nodemon - c279760c8e4ff472c150a577ece7cb8d4ccd7fee authored almost 5 years ago by Ivan Keliukh <[email protected]>
test: fix fork test

I accidently dropped the part of the test that checks that the script
correctly started 😱

github.com/remy/nodemon - cd45d74593be411eba39481e5a8360c39079b118 authored about 5 years ago by Remy Sharp <[email protected]>
chore: undo change to spawn code

github.com/remy/nodemon - 496c3353c45362fb5cd010b73160925659005a0d authored about 5 years ago by Remy Sharp <[email protected]>
fix: pipe stderr correctly

Fixes #1638

This also simplifies the shutdown process by sending the kill signal to
the sub-pro...

github.com/remy/nodemon - 47dfb8be3ff06184793a55d32db4b6171fa2993f authored about 5 years ago by Remy Sharp <[email protected]>
fix: ubuntu loop waiting for sub processes

Fixes #1633

Multiple parts but all localised to run.js:

- Refactor the kill logic to be simple...

github.com/remy/nodemon - ed91703f0870660a3159749878c273e3e61e64a3 authored about 5 years ago by Remy Sharp <[email protected]>
fix: wait for all subprocesses to terminate (fixes issue #1476)

github.com/remy/nodemon - 0e6ba3ce6d3ad19f1348e547d15136b3c789732b authored about 5 years ago by Marcel Kottmann <[email protected]>
feat: update chokidar to v3

BREAKING CHANGE:

Massive CPU & RAM consumption improvements. 17x package & deps size reduction.

github.com/remy/nodemon - 9a67f361a0dd56b61e9c0bb6c9149e71e425b442 authored about 5 years ago by Radu Micu <[email protected]>
docs: add license file

github.com/remy/nodemon - 6781b403601ddd5bb2d432e9676e3d91692ea39c authored about 5 years ago by Marko Kajzer <[email protected]>
chore: Merge branch 'master'

[skip ci]

* 'master' of github.com:remy/nodemon:
fix: Replace `jade` references by `pug`
ch...

github.com/remy/nodemon - b58cf7dcfd6d0393b7af68ade32d2ac55ca5d8f4 authored about 5 years ago by Remy Sharp <[email protected]>
docs: add to faq

[skip ci]

github.com/remy/nodemon - 95a4c092c808e2114ec354cbc32bdf45eea49c2b authored about 5 years ago by Remy Sharp <[email protected]>
choe: merge master

* refs/remotes/origin/master:
fix: to avoid confusion like in #1528, always report used extens...

github.com/remy/nodemon - 3a2eaf7c6affa7e90e93f578d52bcb4ea6c73d05 authored about 5 years ago by Remy Sharp <[email protected]>
chore: add logo to site

[skip ci]

github.com/remy/nodemon - 3d90879f69843939014a42ac33b194fec18d3d75 authored about 5 years ago by Remy Sharp <[email protected]>
fix: Replace `jade` references by `pug`

close #1595

github.com/remy/nodemon - 7d6c1a88a10f02d3f00b6e0635f982bb74ce5708 authored about 5 years ago by Aurélio A. Heckert <[email protected]>
chore: test funding.yml change

[skip ci]

github.com/remy/nodemon - 74c8749bb52fc2347bb99bb7430b5fbf54fa2173 authored about 5 years ago by Remy Sharp <[email protected]>
chore: update funding

[skip ci]

github.com/remy/nodemon - c1a8b758220ae21a8d4de8af225f7d09dd99e981 authored about 5 years ago by Remy Sharp <[email protected]>
test: ensure ignore relative paths

(when asked)

github.com/remy/nodemon - d5b98915ebec2d97bf9b25631cbcffa6c216a1ef authored about 5 years ago by Remy Sharp <[email protected]>
fix: to avoid confusion like in #1528, always report used extension

github.com/remy/nodemon - eead311749357d4809c0c8ba353e31376f2ea776 authored about 5 years ago by Tarmo Aidantausta <[email protected]>
fix: langauge around "watching" (#1591)

ref: #1583

It was unclear whether it was listing files being watched when in fact
it was the...

github.com/remy/nodemon - 12b66cd492b4b06ffc91da57eca4794c25f05632 authored over 5 years ago by Remy Sharp <[email protected]>
docs: README Grammar (#1601)

- `less` is used for singular mass nouns
- `fewer` when discussing countable things

github.com/remy/nodemon - 2e6e2c46e0b2b67039de4fae51ea5bc59f59b761 authored over 5 years ago by Drew Llewellyn <[email protected]>
Merge branch 'master' of github.com:remy/nodemon

* 'master' of github.com:remy/nodemon:
chore: adding funding file
chore: update stalebot
f...

github.com/remy/nodemon - 5124ae9528da8b19ce25c1945d1e62c35f20e861 authored over 5 years ago by Remy Sharp <[email protected]>
chore: git card

[skip ci]

github.com/remy/nodemon - 95fa05a1f19edb841af000a912d73acaec3f9962 authored over 5 years ago by Remy Sharp <[email protected]>
chore: adding funding file

[skip ci]

github.com/remy/nodemon - d84f421ef7287e07acff3b18e366534f4afb66be authored over 5 years ago by Remy Sharp <[email protected]>
fix: ensure signal is sent to exit event

github.com/remy/nodemon - 13afac22a3959ee61cebae6034b607c886d2f9b1 authored over 5 years ago by Remy Sharp <[email protected]>
chore: update stalebot

[skip ci]

github.com/remy/nodemon - d088cb6e66855bbed04511c15fa12de0f8829237 authored over 5 years ago by Remy Sharp <[email protected]>
feat: add message event

add event to listen to messages coming from the child's ipc events, partially implementing #1519

github.com/remy/nodemon - 20ccb623c4dbdbc9445085ba72ca7ab90f5bffcb authored over 5 years ago by Emily Marigold Klassen <[email protected]>
fix: disable fork only if string starts with dash

fixes #1554

github.com/remy/nodemon - 886527f1f0a9249e1a044fd652b7519d1c0dc50e authored over 5 years ago by Emily Marigold Klassen <[email protected]>
feat: add TypeScript to default execPath (#1552)

`ts-node` is the standard for running typescript node programs on development mode.

Adding th...

github.com/remy/nodemon - 64b474e9f3c24cd4c1f360a73da3d675559b3b3e authored over 5 years ago by Leonardo Dino <[email protected]>
fix: Quote zero-length strings in arguments (#1551)

If a zero-length string is passed, it does not get properly quoted, and then it is not properly ...

github.com/remy/nodemon - 2973afbd26e2c9a9f9676fed8ab63999022ea7ca authored over 5 years ago by Emily Marigold Klassen <[email protected]>
fix: hard bump of [email protected]

github.com/remy/nodemon - aa41ab2124679306000351bef3e9a4366636f72a authored over 5 years ago by Remy Sharp <[email protected]>
fix: bump chokidar

Fixes #1522
Fixes #1208

Thanks to @mikemaccana for original PR

github.com/remy/nodemon - fb0c078013c4b50a7e47f415aee9cf9168fc16db authored almost 6 years ago by Remy Sharp <[email protected]>
chore: Merge branch 'master'

* 'master' of github.com:remy/nodemon:
docs: center logo (#1495)
fix: `rs` in node@11 (#1493)

github.com/remy/nodemon - 16cb277a5228c4c753f4389e8a32eccefe45a55a authored almost 6 years ago by Remy Sharp <[email protected]>
docs: update clear console advice

[skip ci]

github.com/remy/nodemon - df3e08d931d1a80acf5e4eb78300236661575b63 authored almost 6 years ago by Remy Sharp <[email protected]>
docs: center logo (#1495)

Center the Nodemon logo in the `README.md` for a slightly better look.

[skip ci]

github.com/remy/nodemon - 82c5c1865873ba5c1333cb25c2f65ef96c6804ff authored almost 6 years ago by MarvinJWendt <[email protected]>
fix: `rs` in node@11 (#1493)

Fixes node 11's `rs` support. Somehow required that the `process.stdin` to be disconnected from ...

github.com/remy/nodemon - dd0b96a9438f9c068c85f4ed88a5dc6709577855 authored about 6 years ago by Remy Sharp <[email protected]>
chore: Merge branch 'master'

* 'master' of github.com:remy/nodemon:
chore: update issue template
docs: Example of how to ...

github.com/remy/nodemon - 3dfd5ccf5aceedee9b34cf3320e646ad46708174 authored about 6 years ago by Remy Sharp <[email protected]>
fix: docker leaving running pids (via pstree)

Fixes #1447
Fixes #1477
Fixes #1484

github.com/remy/nodemon - 735afd5221b1142a1245111207bd1a70259878ce authored about 6 years ago by Remy Sharp <[email protected]>
chore: update issue template

[skip ci]

github.com/remy/nodemon - eb457be24e5a5253bb395176daa4ad8b70cb8b01 authored about 6 years ago by Remy Sharp <[email protected]>
docs: Example of how to allow a graceful reload (#1481)

[skip ci]

github.com/remy/nodemon - 8132db644d81ab4662a8e87709c3d0fb440bc848 authored about 6 years ago by Tejas Dinkar <[email protected]>
docs: how to watch .env files

[skip ci]

github.com/remy/nodemon - 2dcdd0eb8928144eedaa3577b19cfc611bf9f298 authored about 6 years ago by Remy Sharp <[email protected]>
fix: upgrade pstree to remove vulnerability

Fixes #1463
Fixes #1469
Fixes #1464

Completely removes the old method of `pstree[.remy]` a...

github.com/remy/nodemon - 21e052eddf144b27a7c0eb9c603236707003d75d authored about 6 years ago by Remy Sharp <[email protected]>
docs: quotes (#1465)

Added quotes around the `console.clear` section of the "How to clear the console on restart" sec...

github.com/remy/nodemon - 68936d9ad3b63f65d1e3303521644e3389706239 authored about 6 years ago by Michael Leung <[email protected]>
docs: add how to clear the console

Since it's repeatedly asked about.

[skip ci]

github.com/remy/nodemon - aa0e45a8d6a70637982114d5e12f07c425c44487 authored about 6 years ago by Remy Sharp <[email protected]>
chore: update lock file

github.com/remy/nodemon - 9920e622a41432b005bd37c255e1167caeab5060 authored about 6 years ago by Remy Sharp <[email protected]>
chore: bump pstree

github.com/remy/nodemon - c57223181d2a4909baf7cfe6075ded19228cff15 authored about 6 years ago by Remy Sharp <[email protected]>
fix: remove deep ps-tree dep

Fixes #1451

github.com/remy/nodemon - b35c53245590cf9bad6a527f61e19d0130ce8b05 authored about 6 years ago by Remy Sharp <[email protected]>
fix: restart on change for non-default signals (#1409) (#1430)

Fixes #1409

github.com/remy/nodemon - 521eb1e49d9a6556853ae468ec071deea749076a authored about 6 years ago by Aaron Jensen <[email protected]>
fix: nodemon installation for node 10.x and beyond (#1441)

* chore: update the package-lock file using pinned version

The commit 97f8d0a1750003b5bc9a6fe...

github.com/remy/nodemon - 3afa52c56d31f9df93f79c53c9bc1ea4788b421e authored about 6 years ago by thomas <[email protected]>
fix: properly pass options to chokidar

github.com/remy/nodemon - 5a47a32f791645d4ab1b765c159aad42f2986976 authored over 6 years ago by Damián Nohales <[email protected]>
test: only run run-mac-only.test.js in darwin platform

github.com/remy/nodemon - e7d9e87955ec851b3a85f3e8a0d988b5ddacf032 authored over 6 years ago by Damián Nohales <[email protected]>
docs: update help.txt (#1401)

Small update so that `nodemon -h` mentions that `.json` files are now watched by default (this i...

github.com/remy/nodemon - b8ff6b42e4ff2493f8fe921f5f0c0df26a926ab1 authored over 6 years ago by Mehdi El Fadil <[email protected]>
fix: smarter handling of exit code 2

Only exit after code 2 if it happened quickly; improve messaging (recommend `||exit 1`)

If no...

github.com/remy/nodemon - 11ef2983035d8fa0821e82538c8a68c0070a1648 authored over 6 years ago by Paul "Joey" Clark <[email protected]>
fix: revert stdin handling

Fixes #1389
Fixes #1390
Ref #1386

Means that ctrl^l does not instantly clear the terminal. It r...

github.com/remy/nodemon - 363891ff3d9bb71f27b303a40947334645bd3979 authored over 6 years ago by Remy Sharp <[email protected]>
docs: faq typo fix (#1388)

[skip ci]

github.com/remy/nodemon - 4a8809508b9988d7aa593105aae4a39131f9b55e authored over 6 years ago by Remy Sharp <[email protected]>
docs: faq typo fix

github.com/remy/nodemon - a2d4d13d9cc170d6a032054c49f580dcdc6f8587 authored over 6 years ago by contra <[email protected]>
fix: send proper quit signal on ctrl-c (#1387)

Fixes #1386

Also sends the correct signal codes on exit - so instead of $?=1 on
ctrl-c, you'...

github.com/remy/nodemon - 25a181351f7b5ab3df2b42a13a12052afa961fc4 authored over 6 years ago by Remy Sharp <[email protected]>
docs: change README.md to make the intro more concise

change README.md intro to clarify and remove redundant text

[skip ci]

github.com/remy/nodemon - a5263b12f54ffbe435f4f61dae7044a88fb53815 authored over 6 years ago by James Bie <[email protected]>
feat: support ctrl+l to clear

And refactor the stdin handling

github.com/remy/nodemon - a974892eaefde3b24d397b23e3f6dea29a43aaf1 authored over 6 years ago by Remy Sharp <[email protected]>
fix: don't watch directory when watching file

Fixes #1320

Also refactors the fix for #1259

github.com/remy/nodemon - d48a482b47ce2f814261e0c5563975a665625608 authored over 6 years ago by Remy Sharp <[email protected]>
fix: allow watching relative path files (#1385)

Fixes #1355

github.com/remy/nodemon - 9d1a63c6a64de477e1e7dc6520a32885dca0b0f7 authored over 6 years ago by Remy Sharp <[email protected]>
chore: Merge branch 'master'

* 'master' of github.com:remy/nodemon:
docs: typo on string #24 & #246 (#1374)
docs: more do...

github.com/remy/nodemon - ec76cadcacd8236ca8e3491cc41f6a7424add63f authored over 6 years ago by Remy Sharp <[email protected]>
docs: add to faq

Ref #1354
Ref #1346

[skip ci]

github.com/remy/nodemon - 73aa13f0a3bb9463494b2b12135dd553ad9a11e7 authored over 6 years ago by Remy Sharp <[email protected]>
docs: typo on string #24 & #246 (#1374)

[skip ci]

github.com/remy/nodemon - 251bc57563a7d1099a48c4b44696324034e5fdaf authored over 6 years ago by Darío Hereñú <[email protected]>
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://gith...

github.com/remy/nodemon - a724e538aca7fca62aa7901ada50353876c70b6e authored over 6 years ago by acceptable <[email protected]>
docs: FAQ update to address Docker restarts

[skip ci]

Addresses #419

github.com/remy/nodemon - 935e260c170b80ccb0202a124cf84f57f1355042 authored over 6 years ago by Remy Sharp <[email protected]>
Update faq.md

github.com/remy/nodemon - c554b42dc28c88527120921100bffe943223b87c authored over 6 years ago by Michael Shick <[email protected]>
Note about procps on Docker

Adding a note about installing procps on some Node.js Docker images to deal with long standing i...

github.com/remy/nodemon - dc0646652d4ee85f884522e3caf65e4637b90c92 authored over 6 years ago by Michael Shick <[email protected]>
fix: in watch, use fully filtered ignore rules

Fixes #1348

github.com/remy/nodemon - b3fc3a9aa9ae446b9a7ebc6a3836129376d2720a authored over 6 years ago by Remy Sharp <[email protected]>
chore: update stalebot

github.com/remy/nodemon - ff79835b143290a53d495d0f4263e5ef45df2c51 authored over 6 years ago by Remy Sharp <[email protected]>
fix: support env.SUPPRESS_SUPPORT (#1334)

Show request for help once a week/install and support process.env.SUPPRESS_SUPPORT to hide entir...

github.com/remy/nodemon - ee2aac1651c24243d1630631449b4636265dd1d9 authored over 6 years ago by Remy Sharp <[email protected]>
fix: increase perf of watching large file count

Fixes #1317

Originally a new Set was generated upon every individual file (or dir)
watched. Thi...

github.com/remy/nodemon - 58b82f2b7241d93f431452001c4c99cde64a197b authored over 6 years ago by Remy Sharp <[email protected]>
fix: {{filename}} is only replaced once

github.com/remy/nodemon - f6162586699cd06544725d2ec45b9c72996a4923 authored over 6 years ago by Victor Perez <[email protected]>
fix: node_modules watched off relative path (#1328)

* chore: bump chokidar to latest
* test: fix weird output on restart filename
* test: skip old...

github.com/remy/nodemon - 97f8d0a1750003b5bc9a6fe7c676b1d996b13c88 authored over 6 years ago by Remy Sharp <[email protected]>
fix: only hook SIGINT on boot - not at require

Fixes #1326

github.com/remy/nodemon - 9bbc219fd5c92251071e40894e64a43414c3bc7b authored over 6 years ago by Remy Sharp <[email protected]>
chore: mildly reduce npm package size

github.com/remy/nodemon - d53a244ae1eadcdf4ece96a2f2a2f213b970ba9f authored over 6 years ago by Remy Sharp <[email protected]>
docs: use consistent ext example

[skip ci]

Ref #1306

github.com/remy/nodemon - 6925494fbdf82edb905e72c8712d91e3652e82b1 authored over 6 years ago by Remy Sharp <[email protected]>
fix: don't throw when required in the repl

Fixes #1292

github.com/remy/nodemon - aa18c806b37715a5b13aa7660e098f1fe7319a1c authored over 6 years ago by Remy Sharp <[email protected]>
fix: prevent throw when args missing (#1288)

Fixes #1286

github.com/remy/nodemon - 89d6062c687dce31f7878f3b7f427ed332e5cdd9 authored almost 7 years ago by Remy Sharp <[email protected]>
fix: watch count regression (#1287)

* chore: revert package
* fix: move to array of watched dirs

Instead of individually listing...

github.com/remy/nodemon - 372e6b23fc4b437b510e80a2c171ebe38b59feeb authored almost 7 years ago by Remy Sharp <[email protected]>
chore: merge branch 'master'

[skip ci]

* 'master' of github.com:remy/nodemon:
chore: update issue template

github.com/remy/nodemon - 8637e52dd1d39c8755f1e621dda0ba9487e5f88f authored almost 7 years ago by Remy Sharp <[email protected]>
chore: update issue template

[skip ci]

github.com/remy/nodemon - 41f0d421aa41544ab37e5f378697b289081c1012 authored almost 7 years ago by Remy Sharp <[email protected]>