Framework Approach #81
Replies: 2 comments 2 replies
-
I love this idea. As you mentioned, being dependency-free is a core value of minicli/framework sounds legit to me 👍🏼 |
Beta Was this translation helpful? Give feedback.
-
Since we already have the repository at https://github.com/minicli/framework |
Beta Was this translation helpful? Give feedback.
-
Introduction
Minicli core idea is to be a minimal package to create CLI apps without any dependencies and that's wonderful. A lot can be accomplished with this, but sometimes we need a more robust solution due to the complexity that some apps require.
Proposal
We could create a new repository:
minicli/framework
that will be built on top of theminicli/minicli
core to extend some features like having a plugin system proposed on https://github.com/orgs/minicli/discussions/80, giving the ability for users to provide their own DI container and so much more.The core idea of being a minimal framework would maintain and we would add only dependencies that are REALLY required.
Beta Was this translation helpful? Give feedback.
All reactions