Skip to content

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 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 he…

License

Notifications You must be signed in to change notification settings

madcodemonkey/ConsoleMenuHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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 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 he…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages