Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/leafsphp/watcher

Monitor for any changes in your PHP application and automatically restart the server - perfect for development
https://github.com/leafsphp/watcher

updated readme with default ignore rules

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

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).

dd540f0a3697f5c74ec9081fc8b4bd88890631b5 authored over 13 years ago by remy <[email protected]>
version bump

54985bd824f83e8da105266d7714eb5c851526a0 authored over 13 years ago by remy <[email protected]>
preferGlobal = true for npm

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

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

Conflicts:
README.md

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

7e3a9e617890dc8592537c50c2564415b33080c7 authored over 13 years ago by remy <[email protected]>
Notes about installing with npm v1

a1990e18d86353663a4339e5bf42b504d37eff3c authored over 13 years ago by Remy Sharp <[email protected]>
Included how to ignore emacs tmp files.

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

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

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

88269bae0d7c9f59290ddacd4f970304c342290b authored over 13 years ago by remy <[email protected]>
verion bump

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

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

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

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!

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

c5ef29d20021aca8d03521bd03c76c28da5a523e authored almost 14 years ago by remy <[email protected]>
bump version for npm

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

77e2f36d6cb9acecf5edeed65c92e8758ccad14f authored about 14 years ago by remy <[email protected]>
Updated readme and bump version for npm

c04a6209b87b7bd7c26c523a84a9e0ff27116b23 authored about 14 years ago by remy <[email protected]>
Updated example ignore file

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.

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...

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.

199b2ef84efd81fda2082ed2f176a68c610ab50f authored about 14 years ago by Aivo Paas <[email protected]>
add npm install notes

c0b37764523e4141885961afe2f6a2440b803ad0 authored over 14 years ago by remy <[email protected]>
bump version

fe3c3cf04159ef8cd448485d7e0c8950c8cfe7e6 authored over 14 years ago by remy <[email protected]>
Fixed reading package from the right place

6e26fd355882c671f5869996e030db0b4b0698d0 authored over 14 years ago by remy <[email protected]>
include version notice

4fe2c12d0fd22994317f424030b9ec6abbff82aa authored over 14 years ago by remy <[email protected]>
output simple usage if no args are given

b4472a970aefc5a5dd7d9c2062840561be1da15e authored over 14 years ago by remy <[email protected]>
npm package

2cb966d534724cc286537aab180f93875c0d4f9f authored over 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

dbf89da15c0533a06bfa0d15bd3fc76c7f615791 authored over 14 years ago by remy <[email protected]>
echo out files responsible for restart

0e6950c7e8b09fb2cf1f61628d68f9d90f95e98b authored over 14 years ago by remy <[email protected]>
removed a loop

00be50216398a638c47dbeba3bfb31da5fb64c63 authored over 14 years ago by fearphage <[email protected]>
corrected typo; more escaping; pulled from upstream

152113b3f16cdbd6ed5ee2abd46219f904776ba2 authored over 14 years ago by fearphage <[email protected]>
escape all regex special chars... think I got them all now

799dded02cc07caed77b7f24fbc516dff97d31f0 authored over 14 years ago by Phred <[email protected]>
properly escape filenames

7ebe517b5a2faa54e2f859d1a5b80d1123104b40 authored over 14 years ago by Phred <[email protected]>
correct regular expression

c7cdd7c4af24b2d8596f129cbe13a7665c0a3f7e authored over 14 years ago by Phred <[email protected]>
woops

bf32325fb3a36604e8e1e98e5979ef5a04555548 authored over 14 years ago by Phred <[email protected]>
Fixed the monitoring of the ignore - it removes and resets the watch now

d00d1af5bb7e1997c569bff45d95f7b04058fa56 authored over 14 years ago by remy <[email protected]>
prevent unnecessary looping

0f6ae5ca27bee94ea79cebbe566117bbe216cc54 authored over 14 years ago by Phred <[email protected]>
removed singles use variables

41baa896d2fd131b488ce579dee7797ac17f8d90 authored over 14 years ago by Phred <[email protected]>
Updated to dynamic reload the ignore list if the ignore file changes

bfdd045c94b4bb5d25f32fbcdc23795f8068be51 authored over 14 years ago by remy <[email protected]>
untested

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

9c70ceda94d856d54c062a1bee2bd4b77f3a2bba authored over 14 years ago by Phred <[email protected]>
untested perf optimization - less looping

78b7d99bf1948470e8b533c24bffb806a507134f authored over 14 years ago by Phred <[email protected]>
first commit

580648cfae847155648340f0b1ea59912ad0bc94 authored over 14 years ago by remy <[email protected]>
first commit

6e9098afed55976167e965684c64eee191009489 authored over 14 years ago by remy <[email protected]>