Info
Version: | 1.0.0.4 |
Author(s): | David Yates |
Last Update: | Wednesday, August 5, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/madcodemonkey/ConsoleMenuHelper |
NuGet Url: | https://www.nuget.org/packages/ConsoleMenuHelper |
Install
Install-Package ConsoleMenuHelper
dotnet add package ConsoleMenuHelper
paket add ConsoleMenuHelper
ConsoleMenuHelper Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 3.1.5)
Tags
It uses reflection to find the menu items and builds the menus for you so that you can focus on the work that the menu item perform. It also uses Microsoft's dependency injection framework that can be used to inject dependencies into menu items.
This project was originally developed to help me test Azure Functions.