-
Notifications
You must be signed in to change notification settings - Fork 0
Home
David Yates edited this page Aug 5, 2020
·
4 revisions
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.
- Example 1 - Shows how to setup a console application from scratch
- Prompt Helper - An injectable service that helps you get information from users
- Console Command - An injectable service that wraps Console so that you can more easily Unit test your menu items. I use it mainly for testing Prompt Helper.