An open API service indexing awesome lists of open source software.

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.

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`.