Popularity
3.0
Declining
Activity
6.2
Declining
9
3
1
Programming language: Crystal
License: MIT License
Tags:
Dependency Injection
Latest version: v0.2.2
Athena Dependency Injection alternatives and similar shards
Based on the "Dependency Injection" category.
Alternatively, view Athena Dependency Injection alternatives based on common mentions on social networks and blogs.
Do you think we are missing an alternative of Athena Dependency Injection or a related project?
README
Dependency Injection
Robust dependency injection service container framework.
Installation
- Add the dependency to your
shard.yml
:
dependencies:
athena-dependency_injection:
github: athena-framework/dependency-injection
version: 0.2.0
- Run
shards install
Documentation
Everything is documented in the API Docs.
Contributing
- Fork it (https://github.com/athena-framework/dependency-injection/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- George Dietrich - creator and maintainer