SharpConsoleUI.Templates
2.4.52
dotnet new install SharpConsoleUI.Templates::2.4.52
This package contains a .NET Template Package you can call from the shell/command line.
SharpConsoleUI Templates
Project templates for creating terminal UI applications with SharpConsoleUI.
Installation
dotnet new install SharpConsoleUI.Templates
Templates
| Template | Short Name | Description |
|---|---|---|
| TUI Starter App | tui-app |
Single window with list, button, and notification |
| TUI Dashboard | tui-dashboard |
Fullscreen dashboard with tabs, table, and live metrics |
| TUI Multi-Window | tui-multiwindow |
Two communicating windows with master-detail pattern |
Usage
# Create a starter app (defaults to .NET 9)
dotnet new tui-app -n MyApp
# Create targeting .NET 8 (LTS)
dotnet new tui-app -n MyApp --Framework net8.0
# Create a dashboard
dotnet new tui-dashboard -n MyDashboard
# Create a multi-window app
dotnet new tui-multiwindow -n MyApp
# Build and run
cd MyApp
dotnet run
Framework Options
All templates support the --Framework parameter:
| Value | Description |
|---|---|
net10.0 |
.NET 10 |
net9.0 |
.NET 9 (default) |
net8.0 |
.NET 8 (LTS) |
Uninstall
dotnet new uninstall SharpConsoleUI.Templates
-
net9.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.