SharpConsoleUI.Templates 2.4.54

There is a newer version of this package available.
See the version list below for details.
dotnet new install SharpConsoleUI.Templates::2.4.54
                    
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.61 135 4/19/2026
2.4.60 122 4/17/2026
2.4.59 127 4/15/2026
2.4.58 123 4/14/2026
2.4.57 133 4/13/2026
2.4.56 134 4/12/2026
2.4.55 130 4/12/2026
2.4.54 134 4/11/2026
2.4.53 132 4/10/2026
2.4.52 135 4/7/2026
2.4.51 138 4/6/2026
2.4.50 143 4/4/2026
2.4.49 146 4/3/2026
2.4.48 153 3/30/2026
2.4.47 159 3/25/2026
2.4.46 152 3/25/2026
2.4.45 152 3/22/2026
2.4.44 172 3/15/2026
2.4.43 164 3/15/2026
2.4.42 166 3/15/2026
Loading failed