Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grovegs/DependencyInjection
A lightweight dependency injection framework developed by Grove Games for .NET and Godot
https://github.com/grovegs/DependencyInjection
dependency-injection dotnet godot
Last synced: 27 days ago
JSON representation
A lightweight dependency injection framework developed by Grove Games for .NET and Godot
- Host: GitHub
- URL: https://github.com/grovegs/DependencyInjection
- Owner: grovegs
- License: mit
- Created: 2024-06-14T12:19:15.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-10T16:38:55.000Z (about 1 month ago)
- Last Synced: 2025-01-10T17:34:30.831Z (about 1 month ago)
- Topics: dependency-injection, dotnet, godot
- Language: C#
- Homepage:
- Size: 197 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# DependencyInjection
[![Build Status](https://github.com/grovegs/DependencyInjection/actions/workflows/release.yml/badge.svg)](https://github.com/grovegs/DependencyInjection/actions/workflows/release.yml)
[![Tests](https://github.com/grovegs/DependencyInjection/actions/workflows/tests.yml/badge.svg)](https://github.com/grovegs/DependencyInjection/actions/workflows/tests.yml)
[![Latest Release](https://img.shields.io/github/v/release/grovegs/DependencyInjection)](https://github.com/grovegs/DependencyInjection/releases/latest)
[![NuGet](https://img.shields.io/nuget/v/GroveGames.DependencyInjection)](https://www.nuget.org/packages/GroveGames.DependencyInjection)A lightweight dependency injection framework developed by Grove Games for .NET and Godot, designed to enhance code maintainability and scalability in game development. It provides seamless integration, allowing developers to manage dependencies effortlessly within Godot projects.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.