Helps to manage dotnet tools.
This application has been built using Consolonia and CliWrap
Quick start video: https://youtu.be/MOltIKesqvk
Locally:
dotnet tool install ToolUI
dotnet tool run dotnet-toolui
dotnet tool uninstall ToolUI
Globally:
dotnet tool install ToolUI --global
dotnet toolui
dotnet tool uninstall ToolUI --global