Shard Detail

athena-dependency_injection v0.3.6

Robust dependency injection service container framework.
crystal dependency-injection

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-dependency_injection:
  github: athena-framework/dependency-injection

Readme

Dependency Injection

Common Changelog CI Latest release

Robust dependency injection service container framework.

Installation

  1. Add the dependency to your shard.yml:
dependencies:
  athena-dependency_injection:
    github: athena-framework/dependency-injection
    version: ~> 0.3.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.