cmdR NuGet Package

CmdR is a simple command routing framework for console applications, giving you a simple way of routing commands to an Action which will perform your apps logic.

This helps introduce a separation between your apps logic and the code to drive the input-parse-execute loop.

CmdR works as a simple input-parse-execute loop where the user enters a command (input) which cmdR will parse and route (parse) to an Action for execution (execute) once the Action has completed cmdR will wait for the user to enter another command and repeat the process.




Got any cmdR Question?





Info

Version: 1.7.3
Author(s): theouteredge
Last Update: Thursday, September 29, 2016
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/theouteredge/cmdR
NuGet Url: https://www.nuget.org/packages/cmdR


Install
Install-Package cmdR
dotnet add package cmdR
paket add cmdR
cmdR Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

avg-downloads-per-day

2

days-since-last-release

2759