https://github.com/hf/fluoride
A compile-time dependency injection framework for TypeScript.
https://github.com/hf/fluoride
Last synced: about 15 hours ago
JSON representation
A compile-time dependency injection framework for TypeScript.
- Host: GitHub
- URL: https://github.com/hf/fluoride
- Owner: hf
- License: mit
- Created: 2018-10-07T09:01:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-01T15:11:33.000Z (about 7 years ago)
- Last Synced: 2026-04-22T04:13:34.392Z (3 months ago)
- Language: TypeScript
- Size: 9.77 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fluoride
Fluoride is a dependency injection library that works in compile-time for
TypeScript 3.0+. It's inspired by [Dagger](https://google.github.io/dagger/)
used in Java, as it showed that compile-time DI is possible and useful.
## License
Copyright © 2018 Stojan Dimitrovski. Some rights reserved.
Licensed under the MIT license. You can get a copy of it in `LICENSE`.