dotnet / dotnet/command-line-api

Why not using MVC pattern for CLI development

Open
#977 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.