Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikesmullin/coffee-observer
Utility functions for observing source code.
https://github.com/mikesmullin/coffee-observer
Last synced: about 1 month ago
JSON representation
Utility functions for observing source code.
- Host: GitHub
- URL: https://github.com/mikesmullin/coffee-observer
- Owner: mikesmullin
- Created: 2013-10-29T18:43:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-01T16:19:08.000Z (about 11 years ago)
- Last Synced: 2024-11-18T22:24:09.447Z (about 2 months ago)
- Language: CoffeeScript
- Size: 125 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CoffeeObserver
This project makes a few things easy:
* Monitoring files for changes and triggering some action
* Monitoring processes and restarting them
* Outputting to console and growl notificationsAlthough there are separate projects that may do any one of these with more features,
this minimalist combination is already integrated and works well together to do things
like:* Start your code in a process loop
* Restart it when your source code changes
* Notify you if anything fails inbetween iterationsIts main purpose is to speed up development cycles by reducing the iteration time.
### Related:
* [CoffeeAssets](https://github.com/mikesmullin/coffee-assets)