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
github.com/remy/nodemon - 4ca35c6cffebbafd1e3e81aa130895796dd38d2a authored almost 11 years ago by Remy Sharp <[email protected]>
Feature/cli arg tweak
github.com/remy/nodemon - c3727afc345e0f0106275fc86777c32ae2afe805 authored almost 11 years ago by Remy Sharp <[email protected]>github.com/remy/nodemon - 9b3b5099c7e5f16ab32c1f99b7816dea65ace26c authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 169d3fb11d5baf541bc515937db5037093236135 authored almost 11 years ago by Remy Sharp <[email protected]>
Now (like 0.x nodemon) nodemon will look for it's arguments in all the cli args - including *aft...
github.com/remy/nodemon - 727e2cc853fe6607782faf8ecc5766393dbfe4ad authored almost 11 years ago by Remy Sharp <[email protected]>github.com/remy/nodemon - df6219c89739ef092bbf97bbeed488af4d1da2ae authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 5c24bbbf6a1369f7c5413a0be500fe4cb16e82a2 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 0b9b32cc207b146ad7ebf97ce71a44a06ed2a5f1 authored almost 11 years ago by Remy Sharp <[email protected]>
Use fs.watchFile in legacy mode
github.com/remy/nodemon - d852061febd3a1037fa30d2b78812e55eeb7f0cb authored almost 11 years ago by Remy Sharp <[email protected]>
Should also close #74 as it's a similar problem. Also clarified the system
flags.
Conflicts:
lib/monitor/watch.js
github.com/remy/nodemon - 1d7de9c31f9da07e3cd64f28e374fab173fe2e22 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 968fee4ed0c55651ebd24c543dda9b6c4464df2c authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - d922b49a45d34114482c6ae1ebaa4a01e791e036 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 96e78e672d944d4bcf8e395f4fea1e16c6940c4e authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 257098a3f2992572092eff3cb9ba8cdda22800d3 authored almost 11 years ago by Remy Sharp <[email protected]>
We're purposely putting Mac over to the `find` command. This is because it has a default ulimit ...
github.com/remy/nodemon - 3c3b540df673f1e89c688d1aed0c979e2dbf363e authored almost 11 years ago by Remy Sharp <[email protected]>github.com/remy/nodemon - 589dffcc425b3ddac9aabb0362af73ebe6ff11db authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 9d138df5208dba16ea6058a4c0082004b931b908 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 1d049d9f7715f7a1c607c0b0d9f8fbe7e3b0d059 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - d44bbf6fd53523a9b048cf72b0896c066f9c72a0 authored almost 11 years ago by Remy Sharp <[email protected]>
I also have disabled the default assumption that watch won't work on mac (though I reserve the r...
github.com/remy/nodemon - a9212e748ef74d68478f0c8ede427045ad404222 authored almost 11 years ago by Remy Sharp <[email protected]>github.com/remy/nodemon - b7bb663ab2689c030c8ae93fe29ec9e601402930 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - c78bcb9faac783d0868759789239c3e787609941 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - fa737a3009e2f0f67d554b2ad21da4db0a3fd8ee authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 4048c7566b8ed98cc11a62a47443cec64899dbde authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - de13b292ec637c6c7ad341377dcbab187ae812cf authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 598dbe247109c49780c8d24c775b27be98e0a192 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 1cf51d81fb602f5edae1e1cb0afe172ce2a4f3d2 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 54eaf15a6bda8da6a1ed4064e2438cbe2b1976ba authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 758d661fa151b03de8e270c550a3ca26de8ec240 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 3c02191cb142fabcd46d97b235b54b40e7326443 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - e40240e045c2c844b4a3811a0783b744437233f6 authored almost 11 years ago by Remy Sharp <[email protected]>
Unpipe STDIN to the child process, prevents crash.
github.com/remy/nodemon - a519c3b67269b4580e9bf1c17972b8e8507bbf68 authored almost 11 years ago by Remy Sharp <[email protected]>github.com/remy/nodemon - 4b9de5474f83d858dbf853b6c84139c12d0bfceb authored almost 11 years ago by Remy Sharp <[email protected]>
But currently unsure of the impact of the change. I need to create a test that will try to read ...
github.com/remy/nodemon - 05671321b1c6f47a27aec55ef6b1512c208c4b0f authored almost 11 years ago by Remy Sharp <[email protected]>Note that I have to use setTimeout (I tried process.nextTick but it was still too soon) to delay...
github.com/remy/nodemon - 3ec394be2a1af312a86ad074486b6918d6d25937 authored almost 11 years ago by Remy Sharp <[email protected]>Note that I have to use setTimeout (I tried process.nextTick but it was still too soon) to delay...
github.com/remy/nodemon - 7e776519abbf955be28c9d11ed34c34f0eb10dfb authored almost 11 years ago by Remy Sharp <[email protected]>github.com/remy/nodemon - 537d6dccb9e273ed0e2228eb52150832fa01cf5e authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 3cdd2d3177f5a9d5eb3cfb70e4cef2fde2378351 authored almost 11 years ago by Remy Sharp <[email protected]>
Conflicts:
lib/monitor/watch.js
lib/nodemon.js
package.json
github.com/remy/nodemon - bd978bee44a6697b64d5bb065ad3d842cd9df098 authored almost 11 years ago by Remy Sharp <[email protected]>
Fixes for #241
github.com/remy/nodemon - cfdf2cd06c2bce790503732e95055190cedd9f33 authored almost 11 years ago by Remy Sharp <[email protected]>github.com/remy/nodemon - 9f3cb65a3873499c0f39de9bf2bcd2698368e787 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - a610aa34368fd175aad69a8863a80f2c94be5c04 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - a5f81bd88303db510f7ad801d80065b38831d610 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - d990b478a17c15e217b1b36a111a888c7de05362 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - a55ca022f8fc9f2c6e0199609b1c4b0161140240 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - a41b5632e82f461e07e6a60960a312989fa0467f authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - ab549a1e85851486e354f77cb31ce9d8f868d222 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 0945ee92cdc17be15dfaaaa5cff8400fd0daae46 authored almost 11 years ago by Remy Sharp <[email protected]>
Something weird is happening with required nodemon and re-running lots of times, that somehow re...
github.com/remy/nodemon - 13770da9f3bd61bbd83e4372a748fb1bbe31be35 authored almost 11 years ago by Remy Sharp <[email protected]>github.com/remy/nodemon - 08c758f884e639816d8c7d61a9484433e8d21615 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 8eef00b33429537f092cbf3d503e78b8c54363a6 authored almost 11 years ago by Remy Sharp <[email protected]>
But currently unsure of the impact of the change. I need to create a test that will try to read ...
github.com/remy/nodemon - f18f3b123aaea817526ce529e7100635ec012063 authored almost 11 years ago by Remy Sharp <[email protected]>github.com/remy/nodemon - bdcf4478c2ccbfc81118e53803d2f219f2eaa7a2 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - b429f800a861ce27befc0d1e4b3338e9e7757a9b authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 9dcc7a805013f237e942f4239d924307bbd1bd84 authored almost 11 years ago by Remy Sharp <[email protected]>
Now using minimatch to match globs to files that have changed. Logic orders the rules in order o...
github.com/remy/nodemon - 7959c5bf00629d74d8b05c79d49899d56514c3ef authored almost 11 years ago by Remy Sharp <[email protected]>github.com/remy/nodemon - 0a1a452da9619cfcdc6c0b193fec2666004f6bf4 authored almost 11 years ago by Remy Sharp <[email protected]>
Fixed nodemon to echo out what's being watched in the regexp instead of the config.dir path.
Al...
github.com/remy/nodemon - f3e76157d2ec17b15d6379af6a499a2343db2c43 authored almost 11 years ago by Remy Sharp <[email protected]>github.com/remy/nodemon - 61884e05a9829957b75a562e82e04992d55ca16e authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - c841beb5ea31118f35634cd7d4f5f9ac27fa6cf6 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 238acbd64bfee6730be1bf4a6e906a4f136a1585 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 1bef643697f34b9395a3a051d72554fb92319ccb authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - e92d29316fb411bfd44e3ba486384be575c76033 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 0386ce204432cb401eb0b1e346b1f80e22f792e1 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - d99b3ed48685fee3670bbe6e6f638287a4973e25 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - f53173cdf2b30ef92262c3252584488168f1b906 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 64d593b6d9e88adc0797fa74aa3d6156f8b15d2a authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 9be0544fb6ad458f61603d24b844ac65048b1efc authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - fbc182c5fa805a8f821b1b0ce33804c4329e7674 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 91e9e2b82f36649ba8819393a22d45353f7a794e authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 78d75fee0e7187ddfcadfce62fd417709c9e4c5e authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - cf7dd049f4b86bc01f693359395beaef85846e96 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 25d9c33981aa79b97e6e865bc9c1f2c64ea9fc71 authored almost 11 years ago by Remy Sharp <[email protected]>
Add support of --harmony* flags passing to node
github.com/remy/nodemon - 445127fca813533f3bf59f897281593155c7576a authored almost 11 years ago by Remy Sharp <[email protected]>github.com/remy/nodemon - 65a313d1b684ca7d692a29fce48b987a85fbcd05 authored almost 11 years ago by sainaen <[email protected]>
github.com/remy/nodemon - 55a4f4b464713e24c1929ba24be421e1de35f8e3 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 6e6823a5dc4c0bfd2fad6e4c765894e002970869 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 80379a7f84597515c639f839c86d97be991d73ae authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 9673b849ac39e4c448229ee21724750ed1d6cef8 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 30a4a192f5be55704b7b8134980fc765b7fbce87 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 0735109bbd14902156e8747905fa8222ddef599f authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - ab464021dfd18811020e45f5e8844a00e9a1ddc8 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 14be08a3e660d13d3800283ea771929df4c8d76c authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 52e8a70426691ada5192e02028997bc0eabb27a1 authored almost 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 2dc197acb7bf738dce36fe65d744da1b961f98f6 authored about 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - a0e7a5773ec4c27360982a3440c2bffa02d3eb36 authored about 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 96cd53cc94ac739ebadeb6ecd5fdcf06e0d70b6c authored about 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 9ef2ccdd455334c9fa126e5159809f460ca71fde authored about 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - c5ca0253befd41d93147c320bfaa3c2af937e157 authored about 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 1fcc30d272999ac718a3b7077fb980c03d1b7218 authored about 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 86d32281cec3be828d6ec483d09b71c920e9e4dd authored about 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 713950a054a19cd923ba14b78740449184c4b075 authored about 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 996d9ae726262a743d54c2fd6d6013447289adbf authored about 11 years ago by Remy Sharp <[email protected]>
- Events documented
- Require working nicely
- If nodemon is required, nodemon message are emitt...
github.com/remy/nodemon - 6a574469fcc3ed25911c28131070cd9b6278fb75 authored about 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - f5a568b2e943e76215683882be21d95975edb6e3 authored about 11 years ago by Remy Sharp <[email protected]>
github.com/remy/nodemon - 8d5214c12e87b2c337d18b06319b42eeeb58f513 authored about 11 years ago by Remy Sharp <[email protected]>