Skip to content

Commit

Permalink
Create ecosystem.md
Browse files Browse the repository at this point in the history
  • Loading branch information
remojansen committed May 11, 2016
1 parent 98d0369 commit f0208ea
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions wiki/ecosystem.md
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.

0 comments on commit f0208ea

Please sign in to comment.