Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 393 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 393 Bytes

ConsoleMenuHelper

Used to create .NET Core console applications with menus. It uses reflection to find the menu items and builds the menus for you so that you can focus on the work the menu item does. It was originally developed to help me test Azure Functions.

Documentation for the latest version can be found on the wiki tab