Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 notifications

Although 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 iterations

Its main purpose is to speed up development cycles by reducing the iteration time.

### Related:
* [CoffeeAssets](https://github.com/mikesmullin/coffee-assets)