A library written in C# with the purpose to make building console applications a little easier.
The library currently contains the following functionality.
Allows you to read input from the console and route these to specific methods, similar to attribute routing in ASP.NET MVC5. You can setup controllers with methods where you can specify routes using attributes.
Contains extra methods that the Console class misses. For example, you can write a single line in a different color, allow the user to input passwords without displaying them or output text using paging.
The library is simple to use and there is a separate project in the solution that contains many examples (with commentary) on how to use it.