SharpConsoleUI.Templates
2.4.53
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet new install SharpConsoleUI.Templates::2.4.53
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.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.4.54 | 0 | 4/11/2026 |
| 2.4.53 | 0 | 4/10/2026 |
| 2.4.52 | 39 | 4/7/2026 |
| 2.4.51 | 80 | 4/6/2026 |
| 2.4.50 | 82 | 4/4/2026 |
| 2.4.49 | 88 | 4/3/2026 |
| 2.4.48 | 94 | 3/30/2026 |
| 2.4.47 | 100 | 3/25/2026 |
| 2.4.46 | 95 | 3/25/2026 |
| 2.4.45 | 94 | 3/22/2026 |
| 2.4.44 | 114 | 3/15/2026 |
| 2.4.43 | 107 | 3/15/2026 |
| 2.4.42 | 109 | 3/15/2026 |
| 2.4.41 | 112 | 3/13/2026 |