Top 20 NuGet Packages

An extensible replacement for the CommandLineProvider fixing the wacky multiple argument notation and bringing together some widely used command line parser and the modern extensible configuration world of dotnet core.
Integrate CommandLineUtils into the dotnet core configuration builders.
Integrate Mono.Options into the dotnet core configuration builders.
Use POSIX style command line options and map to Microsoft configuration builders.
Package Description
Template to use when creating an console app using McMaster.Extensions.CommandLineUtils.
Extensions for Microsoft.Extensions.CommandLineUtils. Create command options that get parsed as enum members.
Package containing contracts (dtos, interfaces) for CommandManagerCore
Allows commands to have services or dependencies provided by the CommandProcessor. For example a database command might look like this public class GetUserCommand : DbCommandBase<Use> { //Constructor only takes the arguments necessary to run the command public GetUserCommand...
Toolbox for creating cli user interfaces.
CommandLineParser as the name suggests, is a commands parser, maps a string as a command name and/or a set of aliases to an action to be excecuted, in the same fashion that a terminal/console works. Now compiled to target NetStandard 1.0!
Interfaces for CommandQuery ✔️ ICommand / ICommandHandler<in TCommand> ✔️ ICommand<TResult> / ICommandHandler<in TCommand, TResult> ✔️ IQuery<TResult> / IQueryHandler<in TQuery, TResult> 📄 https://hlaueriksson.me/CommandQuery/
A library for building modular command line applications.
Package Description
Command Routing Library
Simple CommandRunner to bootstrap console applications
Package Description
Commands is a .NET Standard 2.0 attribute based command framework. > The project is still in early development ## Features * Command Aliases * Command Summaries * Parameter Parsing * params keyword support * Parsers are extensible to custom types * ICommandContext that stores information about rel...
Asynchronous CQRS Commands using MediatR and Hangfire