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

added missing semicolon

github.com/remy/nodemon - 73f07d0d6f1e90461b6474839baa76e4d7161e97 authored over 12 years ago
added ability to have unescaped lines in .nodemonignore

github.com/remy/nodemon - 06c1841af7519e7f234bad0b9c1153881c185e49 authored over 12 years ago
Revert "Merge pull request #119 from haircuttedfreak/master"

This reverts commit 91d99c8b8bea383cb70d1c28cbae147accabe40d, reversing
changes made to 0b7bd878...

github.com/remy/nodemon - 4b8deb4b10febbd460b14e0f3f6444f8660cfbd6 authored over 12 years ago
Replace subprocess events for directly stdout and stderr.

github.com/remy/nodemon - 4c755d39790c00570a6499996355fdad224e8d3a authored over 12 years ago
Whoops, forgot this important bit...

github.com/remy/nodemon - 0b0be4f28c132a15309121c25caa6719576cfa42 authored almost 13 years ago
Actually use the ext option to be able to watch for more than .js/.coffee

github.com/remy/nodemon - fc9661eb9cb4043b77c61db95807c985811b1c48 authored almost 13 years ago
Merge pull request #119 from haircuttedfreak/master

Fix for Issue #118

Will give this a test - sorry it's been sitting here! Once in npm, I'll co...

github.com/remy/nodemon - 91d99c8b8bea383cb70d1c28cbae147accabe40d authored almost 13 years ago
handle cases where there is no child prcess

github.com/remy/nodemon - 4cc05ee77cb9a665b207742a864fb912c61f954f authored almost 13 years ago
kill all child processes when restarting. needed because debugging with coffee actually creates two processes, one of which holds the debugging port open

github.com/remy/nodemon - a1556971d7ad0780b65b836f413f2169829875af authored almost 13 years ago
Fix for issue #112

Added .nodemonignore changes handling for Windows and Linux

github.com/remy/nodemon - d8373d417e31f4e97bb981f5b59f785bcdb1ba66 authored about 13 years ago
Merge pull request #114 from dylanmcd/patch-5

Prevent fs.watch from starting node twice if it gets triggered multiple times.

github.com/remy/nodemon - 0b7bd87843f3b1e6b5b1243b3919a11cfb1b61c9 authored about 13 years ago
Prevent fs.watch from starting node twice if it gets triggered multiple times.

github.com/remy/nodemon - b3e3b07ca3b5a258bb9913cbe181a311e82ed1f1 authored about 13 years ago
Merge pull request #108 from vadimi/master

The fix for issue #107

github.com/remy/nodemon - 904b224135ce3b04cabfb15929695e6c9b223732 authored about 13 years ago
Fix for issue #107

Also fixes issue with node restart on Windows after file change.

github.com/remy/nodemon - 08e5aa1ed1629f8c2c82b1f4b58be7474611868f authored about 13 years ago
Merge pull request #106 from dylanmcd/master

Fix #104 and #105, move the tests and starting process to it's own function that starts at the e...

github.com/remy/nodemon - 2d9b9761f23c80e1a2558d5b4fddfb4503f0d6ef authored about 13 years ago
Fix #104 and #105, move the tests and starting process to it's own function that starts at the end of the file to avoid calling undefined variables

github.com/remy/nodemon - fc50eaa16709194079303f63c627bf651bf8fe57 authored about 13 years ago
version bump for npm release +@dylanmcd

github.com/remy/nodemon - e982057512c9ca4b5815a212c3639b2b962d5d63 authored about 13 years ago
Merge branch 'master' of github.com:remy/nodemon

github.com/remy/nodemon - 06f4f53ab0e7d6fb4bda16295824fee7bc973d23 authored about 13 years ago
moved commas and SC

github.com/remy/nodemon - ee4ef25770c82b7f645eca33a89510f2ae532a47 authored about 13 years ago
Merge pull request #103 from dylanmcd/patch-3

Add documentation about how nodemon looks for changes.

github.com/remy/nodemon - a452fb5a4da58d1dfcf03d23be44e2761cfcf693 authored about 13 years ago
Add documentation about how nodemon looks for changes.

github.com/remy/nodemon - 236f23eb989a1bcd9a5086c18b8d4093657de7e3 authored about 13 years ago
Merge pull request #102 from botker/master

Reduction to open file counts

github.com/remy/nodemon - d0ba3642824e600126904147115d7c40d67fde74 authored about 13 years ago
Reduction to open file counts: No longer fs.watch()ing ignored files, no longer attempting to watch the same files multiple times, and outputing error when ulimit is too low.

github.com/remy/nodemon - 469c7d210277efc8f3a89d5b9e11dd9eb7b1f4b6 authored about 13 years ago
fixed merge conflict

github.com/remy/nodemon - 0447ff53e21ae9edcd8252c57a958dfcfe026ce8 authored about 13 years ago
fixed conflicts

github.com/remy/nodemon - 0d7768ef76fac92135bd3653232bff3a343fccf1 authored about 13 years ago
Removed debug messages, updated help text, and changed the --force-legacy-watch switch to --legacy-watch

github.com/remy/nodemon - 94a8a28020f8ca5761dacc50ab0236172c6cd257 authored about 13 years ago
Added switch for legacy file watch mode

github.com/remy/nodemon - b8583b26a95441c2765cd9fb5a72cb92ac4e5282 authored about 13 years ago
Debug text fix

github.com/remy/nodemon - 4ce926d802365b2e4aefddfecd8ab282ab7d6c46 authored about 13 years ago
Adding debug statements for troubleshooting.

github.com/remy/nodemon - 76163bb5a6a6cc6f434e8ea8d718eb46c7f74af6 authored about 13 years ago
Fixed CoffeeScript compatibility under Windows

github.com/remy/nodemon - 4d13be8eef7d3eff59cc9d26b50020b20906af2b authored about 13 years ago
Support for a third method of change detection, for when both find and fs.watch don't work

github.com/remy/nodemon - cc1470096106348b97ec6adfa41683d7f69d2a84 authored about 13 years ago
fucking console crap!

github.com/remy/nodemon - 6350fdae4e107bb907d0034bfb5adb4f09fdc21e authored over 13 years ago
verion bump for windows path fix

github.com/remy/nodemon - ced0d3f61989a13ce36cc52d1bfa1c8295c557a3 authored over 13 years ago
Merge pull request #91 from twolfson/d1609cce759bb347716d7b6678fb3fb270ff8590

Added coercion of Windows paths to Unix paths

github.com/remy/nodemon - 711e69ff259d11e267754cdb28fd77f02959f760 authored over 13 years ago
Coerce Windows paths to Unix paths

github.com/remy/nodemon - d1609cce759bb347716d7b6678fb3fb270ff8590 authored over 13 years ago
dep use of watchFile - but leave it on mac... ::sigh::

github.com/remy/nodemon - 54379825084a7c5cb07e28d70d6a5c6b936482fc authored over 13 years ago
native watch was not passing through directory, so it was failing to match ignore rules. Fixes #83

github.com/remy/nodemon - ae1255e61b5480a78e5b454b339723eba8138347 authored over 13 years ago
version bump for recent pull requests

github.com/remy/nodemon - 079682c909c795052b629da260be1696c4a05a63 authored over 13 years ago
Merge pull request #84 from dylanmcd/patch-1

Fixes error formatting, eliminating extra newlines caused by using util.error

github.com/remy/nodemon - f4d28dd73b0ae7f434de8ec48f2a53fb208ef5ba authored over 13 years ago
Merge pull request #85 from dylanmcd/patch-2

Fix for #82, while maintaining compatibility with #72. Uses fs.watch as a fallback.

github.com/remy/nodemon - c4a057e28f89d9cebf9c3a50122ba9ed20f976c9 authored over 13 years ago
Merge pull request #81 from jaredhanson/full-path

Resolve paths, rather than appending to cwd, for full path support.

github.com/remy/nodemon - 76420d3386aa33f7b5d8bb03a1650826646c0eec authored over 13 years ago
Fix for #82, while maintaining compatibility with #72. Uses fs.watch as a fallback.

github.com/remy/nodemon - e43df19b7ff6a2de8adb02fcb70e0d43dfa692ca authored over 13 years ago
Fixes error formatting, eliminating extra newlines caused by using util.error

github.com/remy/nodemon - dc0fb6aeb92bb7952e770d3027b226a3fd2948ef authored over 13 years ago
Resolve paths, rather than appending to cwd, for full path support.

github.com/remy/nodemon - 3f48373c7cc9cfce643c2e103258c766f63af793 authored over 13 years ago
fixed #77. need to giggle around program arguments if we are in coffee mode AND reading from package.json

github.com/remy/nodemon - 15a98031341c9b9ca5c37b63c68ae788416c0e91 authored over 13 years ago
fixed #77. need to giggle around program arguments if we are in coffee mode AND reading from package.json

github.com/remy/nodemon - 55f43387e808cc1bd7221814ea0d9f67782f7e69 authored over 13 years ago
fixed #78 - allow full paths

github.com/remy/nodemon - c61cb7d0a29af7f0bf9221f4de5830745f363a5d authored over 13 years ago
fixed nodemon so it defaults to *.js|*.coffee if running app implicitly via index.js

github.com/remy/nodemon - 6dc7f44dd6bd1299feb28455fdd0b20bb18388cc authored over 13 years ago
bump - bunch of decent fixes for windows

github.com/remy/nodemon - 540a7bd832a4ec82a634751ad59fe3823c8223eb authored over 13 years ago
detect where to get exists from. Fixes #67

github.com/remy/nodemon - 15f0259696fb2a7092445200d1fd2720cc401eda authored over 13 years ago
Nested sub-directory search was broken in Windows - so I fixed it :) Also fixed #57 - turns out `coffee` is actually `coffee.cmd` on windows!

github.com/remy/nodemon - 3c885ff3a8333075b4d8965e904ea48438ae63c4 authored over 13 years ago
bump version

github.com/remy/nodemon - 6ce8670560f187108e47e7f72fc89339c8996200 authored over 13 years ago
tidied up white space, wrap dir search as directories with spaces were breaking, detect use of fs.watch (fixes #69) and revert to manual watch for unix (fixes #66)

github.com/remy/nodemon - b76166cb46d070eda9700fe83d6cc2a06ba82518 authored over 13 years ago
version bump

github.com/remy/nodemon - bc39430e11bb77c5a291c51501236c0604576b7f authored over 13 years ago
add no-stdin to help

github.com/remy/nodemon - 95c0cdba74c215a5071f3fd6b5de1d8d57ae7438 authored over 13 years ago
Merge pull request #65 from kurakin/master

add option to disable reading from stdin

github.com/remy/nodemon - fb0bed5a856ce852b04d4bc1934283219014b535 authored over 13 years ago
add option to disable stdin

github.com/remy/nodemon - 60ebbdce7356f0ffb40b809030b5f59ae61709c2 authored over 13 years ago
version bump

github.com/remy/nodemon - 449175f542a8b3aa0c3040e167affaca6e3111c9 authored over 13 years ago
Fixed high CPU when appearing to be idle. It was doing the directory check manually, so I have reinstated find command for mac only. Fixes #63

github.com/remy/nodemon - 657c54e05e958c2d762e90db419f9cf6d3ec8779 authored over 13 years ago
Add code to detect a drifting modified time in fs.stat - actually a filed bug in node.js, but I am able to work around it and fix windows support. Fixes #59

github.com/remy/nodemon - e035629cacfb2a743ac8053a9ca031918cb46915 authored over 13 years ago
dec the todo if there is an error reading directory

github.com/remy/nodemon - 3a7b0fe4b626d7bd88203c6b50637753ae2f369c authored over 13 years ago
I am a fool - I keep reverting support for coffeescript by accident! Fixes #56

github.com/remy/nodemon - 91e18a93ae8a91f7ca6e39ef10e7db85bbe68ff4 authored over 13 years ago
+license in package

github.com/remy/nodemon - 00995f8216b9038b0d18b3ddcddeab063d365027 authored over 13 years ago
+license in package

github.com/remy/nodemon - 3caba7b1d98e059747b14fa09025e5556ef9e2f2 authored over 13 years ago
fixed param parsing and now reading correctly exec args - ideally quote the args, but order now counts (again!). Fixes #54

github.com/remy/nodemon - e299e56a4acf0082cd8355b2513dd04b668801d8 authored over 13 years ago
add ref to issue

github.com/remy/nodemon - daf7be1e3b7909565181e152c717dd8b73573539 authored over 13 years ago
directions on using nodemon with forever

github.com/remy/nodemon - 8b5f1e3d6aaf89c45e22fff982eba1ff281d1f68 authored over 13 years ago
set the coffee exec to the proper program.options.exec property. Fixes #53

github.com/remy/nodemon - f74f2af725b6e42515f2b3a2a4c7e3fb5ab104e6 authored over 13 years ago
details on how to handle your own shutdown

github.com/remy/nodemon - 4208c11a92fdba7cf642e3f4c7661151b81d6a32 authored over 13 years ago
add exitcrash flag, and cleaned up output

github.com/remy/nodemon - 4e50dbcd6ba7c0aa406074ec63a67d52b83c0da9 authored over 13 years ago
auto reading the "main" script from package.json broke - fixed up

github.com/remy/nodemon - 156865c11d17af198a7f101245657fbbaf749796 authored over 13 years ago
windows support

github.com/remy/nodemon - ea68db7b6fd69fa6654e7e3a9247a48270ee4e28 authored over 13 years ago
fixing windows support by removing reliance on signals on windows

github.com/remy/nodemon - c29081d86b8a40ea5015533e942edda0618b2000 authored over 13 years ago
updated package to remove commander dep

github.com/remy/nodemon - a6e6e208b6eb364854ad440502285e4b49c27fa9 authored over 13 years ago
removed find prerequisite

github.com/remy/nodemon - 07e66e24866c3862e81418facfddcdfd7f92d9d8 authored over 13 years ago
removed blocking IO calls - thus reducing CPU hungry calls

github.com/remy/nodemon - 9562d2a24204d95d347407632f9cfd59a4a04245 authored over 13 years ago
updated readme with some of the new features

github.com/remy/nodemon - d2415d98eada51dbfc2d9cb8450b29d223b7646b authored over 13 years ago
version update

github.com/remy/nodemon - 605044f00c3ad915e564ec93c807a2d5f2317a6b authored over 13 years ago
Massive rewrite of nodemon logic, including fixes for option parsing

and support for custom executables in addition to node. Also removed
the dependancy on unix find ...

github.com/remy/nodemon - 9583d2a57e1055541e5499a7dd7936c543e8ec53 authored over 13 years ago
put the multi-directory change back in - DOH!

github.com/remy/nodemon - 5e38341aaa754cf64ccffa6c0e28c99654bca7b7 authored over 13 years ago
Fixed #28 - support --debug-brk, fixed #44 - ignore .coffee files by default without a nodemonignore file

github.com/remy/nodemon - b0b0f8a816fd8d7796f3efeec71affadc75d5cff authored over 13 years ago
Merge pull request #46 from chrisklaiber/opt_watch

--watch option for watching multiple folders

github.com/remy/nodemon - 38c881f03ef4ba24b2f5aa7f7d2a8ce7d575299b authored over 13 years ago
--watch option for watching multiple folders

Useful when things that should trigger a restart don't live in the same
tree or span a large tre...

github.com/remy/nodemon - f600811eebc4a9d29d23e16ecf41ef4873123ed1 authored over 13 years ago
version bump

github.com/remy/nodemon - 990c8826d4810d2c6e959f328f128d8e38c4ddc2 authored almost 14 years ago
Merge pull request #40 from SlexAxton/patch-1

Super quick update for 0.5.10 support of using `util` instead of `sys`

github.com/remy/nodemon - 678de06fe9a0ab96e0ec48bb694034f01f5868bb authored almost 14 years ago
Super quick update for 0.5.10 support of using `util` instead of `sys`

github.com/remy/nodemon - d3cefe8df0280eb49654e558c45c9c3439bb2e0e authored almost 14 years ago
Merge pull request #38 from morganrallen/master

nodemon wont reread nodemonignore with multiple nodemon instances

github.com/remy/nodemon - e599ae1abceb2daba13352207e7a6dd3b4eb49e5 authored almost 14 years ago
Merge pull request #39 from paularmstrong/0.5.x

Node >=0.5: process.ARGV is now process.argv

github.com/remy/nodemon - 724cb098347601182101ab7cbe396064542aff1a authored almost 14 years ago
Node >=0.5: process.ARGV is now process.argv

github.com/remy/nodemon - d5f6c4fa07f2881f655586d4131fd84bc7f0a53a authored almost 14 years ago
Checks the curr & prev mtime to see if the file is modified before

reading .nodemonignore

github.com/remy/nodemon - 598f90809889f098b15ce47a92e113bcf3fac38d authored almost 14 years ago
Passing the addIgnoreRule directly in to the forEach meant that only the first rule got regex treatment. Fixes #31

github.com/remy/nodemon - 150c49d4a1ea29d06b5059c200b1d0e46b6904ab authored almost 14 years ago
Passing the addIgnoreRule directly in to the forEach meant that only the first rule got regex treatment. Fixes #31

github.com/remy/nodemon - e9d5274406515a45a6db0c7bd74650fe8cb4716e authored almost 14 years ago
Also cleanup on a term signal. Fixes #34

github.com/remy/nodemon - 4afc22452efd3e81b88f5f976223d5f9b077272d authored almost 14 years ago
Merge branch 'master' of github.com:remy/nodemon

github.com/remy/nodemon - 4a2effce1446b4ab78fc477eb07179faa32f4447 authored almost 14 years ago
Also cleanup on a term signal. Fixes #34

github.com/remy/nodemon - f15c8312c524f4b32ae9ecc77c2e09a6de6928d8 authored almost 14 years ago
version bump

github.com/remy/nodemon - efed7b812a8026480f1a711f844d5cd8d9223222 authored about 14 years ago
Merge pull request #29 from focusaurus/master

Fix --debug when running coffeescript

github.com/remy/nodemon - 771fa184520705399397504db5dc2f3a5fce8d0c authored about 14 years ago
Need to prepend --nodejs before --debug to enable coffeescript debugging

github.com/remy/nodemon - 072653674af16fb5a957a60c3fbc5572f2c4fd52 authored about 14 years ago