Info
Version: | 2.0.0 |
Author(s): | Glauber Donizeti Gasparotto Junior |
Last Update: | Monday, November 19, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/juniorgasparotto/SysCommand |
NuGet Url: | https://www.nuget.org/packages/SysCommand |
Install
Install-Package SysCommand
dotnet add package SysCommand
paket add SysCommand
SysCommand Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Mvc.Razor.Extensions(>= 2.1.2)
- Microsoft.AspNetCore.Razor.Runtime(>= 2.1.2)
- Microsoft.CSharp(>= 4.5.0)
- Microsoft.Extensions.DependencyModel(>= 2.1.0)
- Newtonsoft.Json(>= 11.0.2)
Tags
It is simple, strongly typed and with great influences of the MVC standard (Include Razor template). It works as an automatic command line parser where all parse tasks are left over by the framework, leaving the programmer to focus on the business rules.