cmdR by theouteredge

<PackageReference Include="cmdR" Version="1.1.0" />

 cmdR 1.1.0

CmdR is a simple command routing framework for console applications, giving you a simple way of routing commands to an Action to perform your apps logic. CmdR works as a simple loop where the user enters a command which cmdR will route to an Action for execution once the Action has completed cmdR will wait for the user to enter another command and repeat the process

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>cmdR</id>
    <version>1.1.0</version>
    <title />
    <authors>theouteredge</authors>
    <owners>theouteredge</owners>
    <projectUrl>https://github.com/theouteredge/cmdR</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>CmdR is a simple command routing framework for console applications, giving you a simple way of routing commands to an Action to perform your apps logic.

CmdR works as a simple loop where the user enters a command which cmdR will route to an Action for execution once the Action has completed cmdR will wait for the user to enter another command and repeat the process</description>
    <summary>Console Application Command Routing Framework</summary>
    <copyright>theouteredge</copyright>
    <tags>console routing commandline commands</tags>
  </metadata>
</package>