Shard Detail

athena-event_dispatcher v0.2.2

A Mediator and Observer pattern event library
crystal

Install & Use

Add the following code to your project's shard.yml under:

dependencies to use in production
- OR -
development_dependencies to use in development


athena-event_dispatcher:
  github: athena-framework/event-dispatcher

Readme

Event Dispatcher

Common Changelog CI Latest release

A Mediator and Observer pattern event library.

Installation

  1. Add the dependency to your shard.yml:
dependencies:
  athena-event_dispatcher:
    github: athena-framework/event-dispatcher
    version: ~> 0.2.0
  1. Run shards install

Documentation

If using the component on its own, checkout the API documentation. If using the component as part of Athena, also checkout the external documentation.

Contributing

Report issues and send Pull Requests in the main Athena repository.