Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dry-rb/dry-auto_inject
Container-agnostic constructor injection mixin
https://github.com/dry-rb/dry-auto_inject
dependency-injection dry-rb ioc ruby
Last synced: 6 days ago
JSON representation
Container-agnostic constructor injection mixin
- Host: GitHub
- URL: https://github.com/dry-rb/dry-auto_inject
- Owner: dry-rb
- License: mit
- Created: 2015-08-20T10:59:06.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T05:54:04.000Z (10 months ago)
- Last Synced: 2024-09-19T09:19:41.214Z (about 2 months ago)
- Topics: dependency-injection, dry-rb, ioc, ruby
- Language: Ruby
- Homepage: https://dry-rb.org/gems/dry-auto_inject/
- Size: 495 KB
- Stars: 176
- Watchers: 19
- Forks: 29
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
[gem]: https://rubygems.org/gems/dry-auto_inject
[actions]: https://github.com/dry-rb/dry-auto_inject/actions# dry-auto_inject [![Gem Version](https://badge.fury.io/rb/dry-auto_inject.svg)][gem] [![CI Status](https://github.com/dry-rb/dry-auto_inject/workflows/CI/badge.svg)][actions]
## Links
* [User documentation](https://dry-rb.org/gems/dry-auto_inject)
* [API documentation](http://rubydoc.info/gems/dry-auto_inject)
* [Forum](https://discourse.dry-rb.org)## Supported Ruby versions
This library officially supports the following Ruby versions:
* MRI `>= 3.0`
* jruby `>= 9.4` (not tested on CI)## License
See `LICENSE` file.