Allows creating CommandLine applications using Microsoft.Extensions.CommandLineUtils together with DI, Configuration and Logging in a convenient way similar to AspNetCore Hosting.
Info
| Version: | 1.0.1 |
| Author(s): | DarkXaHTeP |
| Last Update: | Wednesday, December 6, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/DarkXaHTeP/DarkXaHTeP.CommandLine |
| NuGet Url: | https://www.nuget.org/packages/DarkXaHTeP.CommandLine |
Install
Install-Package DarkXaHTeP.CommandLine
dotnet add package DarkXaHTeP.CommandLine
paket add DarkXaHTeP.CommandLine
DarkXaHTeP.CommandLine Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.CommandLineUtils(>= 1.1.1)
- Microsoft.Extensions.Configuration(>= 2.0.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables(>= 2.0.0)
- Microsoft.Extensions.Configuration.FileExtensions(>= 2.0.0)
- Microsoft.Extensions.DependencyInjection(>= 2.0.0)
- Microsoft.Extensions.Logging(>= 2.0.0)
- Microsoft.Extensions.Options(>= 2.0.0)
Tags