4 Console.Waterworks Overview
Craig Oates edited this page 4 years ago

Console.Waterworks (C.W.) is a NuGet package. I wrote it in C# with the intension of using it to make console programs. The main feature it provides is a way to make command-based (MVC?) console programs. It does this by parsing input from the end-user and mapping it to a particular "command-method". C.W., also, manages the error-handling which allows you to focus on writing your "business logic". Another way to look at it is C.W. provides the "plumbing code".

Console.Waterworks Data-Flow