-
Notifications
You must be signed in to change notification settings - Fork 719
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
98d0369
commit f0208ea
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Ecosystem | ||
InversifyJS is a tiny library, but its contracts and APIs are carefully chosen to spawn an ecosystem of tools and extensions. | ||
|
||
On this page we will only feature a few of them that the InversifyJS maintainers have vetted personally. | ||
Don’t let this discourage you from trying the rest of them! | ||
Consider these the “staff picks”, and don’t hesitate to submit a PR if you’ve built something wonderful with InversifyJS. | ||
|
||
### Utilitites | ||
- [inversify-binding-decorators]() - An utility that allows developers to declare InversifyJS bindings using ES2016 decorators. | ||
|
||
### Testing tools | ||
- [inversify-testing-utils]() - Testing utilities for projects that use InversifyJS. | ||
- [inversify-logger-middlewares]() - A console logger middleware for InversifyJS. | ||
- [inversify-chrome-devtools](https://github.com/inversify/inversify-chrome-devtools) - A chrome extension that aims to help developers working with InversifyJS. | ||
|
||
### Examples | ||
- [inversify-code-samples]() - Code samples to showcase the integration of inversify with frameworks and module loaders. |