inversify / InversifyJS

A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.
http://inversify.io/
MIT License
11.02k stars 712 forks source link

Inversify-generator: generator package for bindings and type identifiers #1523

Open hazzo opened 11 months ago

hazzo commented 11 months ago

Inversify-generator

This more than a suggestion/improvement it's a contribution of our company to the software scene through a package that complements inversify. We love and use a lot inversifyjs in our front-end projects at Mr.Milú. We found that some tasks related to dependency inversion and TS can be a little bit cumbersome sometimes. So we decided to develop a package that help the developer on generating bindings for inversify and creating their type identifiers through code generation and AST analysis.

We called the package inversify-generator. We have just released publicly so any type of contribution it's welcome (issues, testing, PRs).

Thanks for creating this great package and sorry if this does not go here. Feel free to let me know where we could share this with the inversify community.

Thanks again 🙏