Info
Version: | 1.4.0 |
Author(s): | Tarik Guney |
Last Update: | Monday, July 27, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.nuget.org/packages/CommandCore.Library/ |
NuGet Url: | https://www.nuget.org/packages/CommandCore.Library |
Install
Install-Package CommandCore.Library
dotnet add package CommandCore.Library
paket add CommandCore.Library
CommandCore.Library Download (Unzip the "nupkg" after downloading)
Dependencies
- CommandCore.LightIoC(>= 1.4.0)
There are many command line parsing libraries out there, but most of them are unnecessarily complicated. Command Core library is built using a well-understood desing pattern: MVC.
It cleanly separates the building blocks and makes the CLI development a scalable, extensible, and more importantly simpler endeavor.You can find more information and the source code of this project at its Github page https://github.com/tarikguney/command-core.