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

Fixed blank line being added to ignore rules when encountering an ignore file. Closes #27

github.com/remy/nodemon - 5572a5051cf8ccc916fb241648d98851d263c04e authored over 13 years ago by remy <[email protected]>
Fixed use of delay flag ignoring actual app being passed in. Closes #26

github.com/remy/nodemon - 6bfc6a7cccdfc5878dbd2c463529d78d10a3851f authored over 13 years ago by remy <[email protected]>
updated readme with default ignore rules

github.com/remy/nodemon - 32edde9236821c185891e381a4451ea1243165ec authored over 13 years ago by remy <[email protected]>
Follow symlinks. Closes #24

github.com/remy/nodemon - f018113491aa327754433180a9b50eb157c20795 authored over 13 years ago by remy <[email protected]>
No longer changing directory to server.js which several people reported as a bug. Closes #25. Also, if ignore file is not found, nodemon will only restart on JavaScript file changes - this is now default (and doesn't generate empty .nodemonignore file).

github.com/remy/nodemon - dd540f0a3697f5c74ec9081fc8b4bd88890631b5 authored over 13 years ago by remy <[email protected]>
version bump

github.com/remy/nodemon - 54985bd824f83e8da105266d7714eb5c851526a0 authored over 13 years ago by remy <[email protected]>
preferGlobal = true for npm

github.com/remy/nodemon - 7bee63114a97ac3e562c0254645c61a73ff18d89 authored over 13 years ago by remy <[email protected]>
moved to nodemonignore.example

github.com/remy/nodemon - 187cea04e879755419cc6462d6631e79896e1224 authored over 13 years ago by remy <[email protected]>
Merge branch 'master' of github.com:remy/nodemon

Conflicts:
README.md

github.com/remy/nodemon - 2a8e0b4386aa05fbf690c82c01781bcc440062a0 authored over 13 years ago by remy <[email protected]>
Fixing constant restart by removing and chmod'ing monitor file (Closes #11 - I hope!). Added throttle behaviour - Closes #21. Moved to .nodemonignore syntax as it proved a popular request! Closes #22, closes #19

github.com/remy/nodemon - 7e3a9e617890dc8592537c50c2564415b33080c7 authored over 13 years ago by remy <[email protected]>
Notes about installing with npm v1

github.com/remy/nodemon - a1990e18d86353663a4339e5bf42b504d37eff3c authored over 13 years ago by Remy Sharp <[email protected]>
Included how to ignore emacs tmp files.

github.com/remy/nodemon - 23456dacb975f8e05f82cb4eb8cb733a526b3471 authored over 13 years ago by Remy Sharp <[email protected]>
You can now ignore files with hashes by escaping the hash symbol in the nodemon-ignore file - Closes #10

github.com/remy/nodemon - f8479c98df25983001f8130138363271d5703270 authored over 13 years ago by remy <[email protected]>
supports "label", "--label" and "-l" where label is "help" or "version"

github.com/remy/nodemon - 0987bfd05e4d66fed03d15aa1ccd625594d8a7a3 authored over 13 years ago by remy <[email protected]>
Automatically tests for package.json file - Closes #14, and support for coffee-script - Closes #8

github.com/remy/nodemon - 88269bae0d7c9f59290ddacd4f970304c342290b authored over 13 years ago by remy <[email protected]>
verion bump

github.com/remy/nodemon - a467b882ed9f2bf54eaeaa8b4a9a954322fef0f9 authored almost 14 years ago by remy <[email protected]>
let's not assume the user installed node as root

github.com/remy/nodemon - ed92fee4697cbcc11d306979f9ea3f4356fb6a5d authored almost 14 years ago by frekw <[email protected]>
Debug option added.

Usage:
nodemon --debug [your node app]

May be useful with node-inspector

github.com/remy/nodemon - b6b7fad31ca839bf19d85309462bd255dd4406fd authored almost 14 years ago by Alexey Petushkov <[email protected]>
added hashbang back in - will make nodemon run again from bin directory

github.com/remy/nodemon - 8c6bec200f6485c56f9d88899af3e09d05402058 authored almost 14 years ago by remy <[email protected]>
Moved nodemon to USRSIG2 as node 0.3.7 is using the USRSIG1 to trigger the debugger...which sucks for me - but now we're all fixed and working again - yay!

github.com/remy/nodemon - ed8cefb4a236fe9bb605f314aa6effcbc083b503 authored almost 14 years ago by remy <[email protected]>
m'moved nodemon back to .js since npm aliases correctly - know knew!

github.com/remy/nodemon - c5ef29d20021aca8d03521bd03c76c28da5a523e authored almost 14 years ago by remy <[email protected]>
bump version for npm

github.com/remy/nodemon - 540c6730cf7b2236efd2e3f28a0b103fef3c782f authored about 14 years ago by remy <[email protected]>
Keep nodemon running even if app crashes, and have it wait for a file change before starting again. Closes #6

github.com/remy/nodemon - 77e2f36d6cb9acecf5edeed65c92e8758ccad14f authored about 14 years ago by remy <[email protected]>
Updated readme and bump version for npm

github.com/remy/nodemon - c04a6209b87b7bd7c26c523a84a9e0ff27116b23 authored about 14 years ago by remy <[email protected]>
Updated example ignore file

github.com/remy/nodemon - a6daa29f67604b45aede49d2fb24d16921e188a7 authored about 14 years ago by remy <[email protected]>
Renamed ignore because it'll get created in the application path now to allow for concurrent nodemon instances.

github.com/remy/nodemon - fd5b2f59df5af9ee8663697d77971da274afc815 authored about 14 years ago by remy <[email protected]>
Improved ignore list handling.

Vim deletes file before saving changes. Without the patch nodemon would crash trying to read non...

github.com/remy/nodemon - ede386fdc655ab3a1db0db7f5d0790c643934530 authored about 14 years ago by Aivo Paas <[email protected]>
Made nodemon to switch to application directory. Fixes using ignore when running from npm install.

github.com/remy/nodemon - 199b2ef84efd81fda2082ed2f176a68c610ab50f authored about 14 years ago by Aivo Paas <[email protected]>
add npm install notes

github.com/remy/nodemon - c0b37764523e4141885961afe2f6a2440b803ad0 authored about 14 years ago by remy <[email protected]>
bump version

github.com/remy/nodemon - fe3c3cf04159ef8cd448485d7e0c8950c8cfe7e6 authored about 14 years ago by remy <[email protected]>
Fixed reading package from the right place

github.com/remy/nodemon - 6e26fd355882c671f5869996e030db0b4b0698d0 authored about 14 years ago by remy <[email protected]>
include version notice

github.com/remy/nodemon - 4fe2c12d0fd22994317f424030b9ec6abbff82aa authored about 14 years ago by remy <[email protected]>
output simple usage if no args are given

github.com/remy/nodemon - b4472a970aefc5a5dd7d9c2062840561be1da15e authored about 14 years ago by remy <[email protected]>
npm package

github.com/remy/nodemon - 2cb966d534724cc286537aab180f93875c0d4f9f authored about 14 years ago by remy <[email protected]>
only monitor file changes - before it would trigger a restart if a new file appeared in a directory

github.com/remy/nodemon - dbf89da15c0533a06bfa0d15bd3fc76c7f615791 authored about 14 years ago by remy <[email protected]>
echo out files responsible for restart

github.com/remy/nodemon - 0e6950c7e8b09fb2cf1f61628d68f9d90f95e98b authored about 14 years ago by remy <[email protected]>
removed a loop

github.com/remy/nodemon - 00be50216398a638c47dbeba3bfb31da5fb64c63 authored about 14 years ago by fearphage <[email protected]>
corrected typo; more escaping; pulled from upstream

github.com/remy/nodemon - 152113b3f16cdbd6ed5ee2abd46219f904776ba2 authored about 14 years ago by fearphage <[email protected]>
escape all regex special chars... think I got them all now

github.com/remy/nodemon - 799dded02cc07caed77b7f24fbc516dff97d31f0 authored about 14 years ago by Phred <[email protected]>
properly escape filenames

github.com/remy/nodemon - 7ebe517b5a2faa54e2f859d1a5b80d1123104b40 authored about 14 years ago by Phred <[email protected]>
correct regular expression

github.com/remy/nodemon - c7cdd7c4af24b2d8596f129cbe13a7665c0a3f7e authored about 14 years ago by Phred <[email protected]>
Fixed the monitoring of the ignore - it removes and resets the watch now

github.com/remy/nodemon - d00d1af5bb7e1997c569bff45d95f7b04058fa56 authored about 14 years ago by remy <[email protected]>
prevent unnecessary looping

github.com/remy/nodemon - 0f6ae5ca27bee94ea79cebbe566117bbe216cc54 authored about 14 years ago by Phred <[email protected]>
removed singles use variables

github.com/remy/nodemon - 41baa896d2fd131b488ce579dee7797ac17f8d90 authored about 14 years ago by Phred <[email protected]>
Updated to dynamic reload the ignore list if the ignore file changes

github.com/remy/nodemon - bfdd045c94b4bb5d25f32fbcdc23795f8068be51 authored about 14 years ago by remy <[email protected]>
untested

don't loop through ignored files if we don't need to

github.com/remy/nodemon - 9c70ceda94d856d54c062a1bee2bd4b77f3a2bba authored about 14 years ago by Phred <[email protected]>
untested perf optimization - less looping

github.com/remy/nodemon - 78b7d99bf1948470e8b533c24bffb806a507134f authored about 14 years ago by Phred <[email protected]>
first commit

github.com/remy/nodemon - 580648cfae847155648340f0b1ea59912ad0bc94 authored about 14 years ago by remy <[email protected]>
first commit

github.com/remy/nodemon - 6e9098afed55976167e965684c64eee191009489 authored about 14 years ago by remy <[email protected]>