SharpConsoleUI.Templates 2.6.3

There is a newer version of this package available.
See the version list below for details.
dotnet new install SharpConsoleUI.Templates@2.6.3
                    
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
  • net10.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.6.8 66 9/22/2026
2.6.7 81 9/18/2026
2.6.6 111 9/8/2026
2.6.5 119 9/4/2026
2.6.4 110 9/2/2026
2.6.3 115 9/1/2026
2.6.2 130 8/23/2026
2.6.1 130 8/23/2026
2.6.0 136 8/23/2026
2.5.26 133 8/21/2026
2.5.25 128 8/18/2026
2.5.24 143 8/18/2026
2.5.23 143 8/16/2026
2.5.22 136 8/15/2026
2.5.21 135 8/15/2026
2.5.20 135 8/15/2026
2.5.19 139 8/12/2026
2.5.18 153 8/8/2026
2.5.17 149 8/8/2026
2.5.16 149 8/7/2026
Loading failed