🚀 Feature Proposal
There are very little examples for how to best organize a codebase with inversify, leaving a lot of boilerplate up to the user.
I think the docs would really benefit from having more patterns that seem a bit more real and useful than katanas and ninjas. On top of that, having an "example" folder here that has a few sample apps that use inversify as it was meant to be used to quickly understand the right patterns.
Motivation
It is not always obvious how to best use the features inversify has to offer, or how to structure a code base properly as it scales up.
Example
No response
Pitch
I'm sure the maintainers here, or some other users figured it all out, and so vibe coding a few examples may not take that much time, but could really help with adoption.
Could even have some boilerplate generator stuff like:
npx inversify create --express or npx inversify create --hono
🚀 Feature Proposal
There are very little examples for how to best organize a codebase with inversify, leaving a lot of boilerplate up to the user.
I think the docs would really benefit from having more patterns that seem a bit more real and useful than katanas and ninjas. On top of that, having an "example" folder here that has a few sample apps that use inversify as it was meant to be used to quickly understand the right patterns.
Motivation
It is not always obvious how to best use the features inversify has to offer, or how to structure a code base properly as it scales up.
Example
No response
Pitch
I'm sure the maintainers here, or some other users figured it all out, and so vibe coding a few examples may not take that much time, but could really help with adoption.
Could even have some boilerplate generator stuff like:
npx inversify create --expressornpx inversify create --hono