dotnet / dotnet/command-line-api
Why not using MVC pattern for CLI development
Open
needs discussion
- Dominant language
- C#
- Stars
- 3.7k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
I think MVC is a great fit for CLI apps, and it is little frustrating to see how MS is missing it. Hence, I have developed my own command line development framework, CommandCore, which uses a simple MVC pattern. Perhaps, this library of mine can give some idea of what I am suggesting to see in this library, [github.com/tarikguney/command-core](https://github.com/tarikguney/command-core) . It is also available on Nuget: [nuget.org/packages/commandcore.library](https://nuget.org/packages/commandcore.library).
Contributor guide
Assessment
This issue has not been assessed yet.