Terminal.gui.templates 2.0.0-alpha.4170

This is a prerelease version of Terminal.gui.templates.
There is a newer version of this package available.
See the version list below for details.
dotnet new install Terminal.gui.templates@2.0.0-alpha.4170
                    
This package contains a .NET Template Package you can call from the shell/command line.

NuGet Badge

Usage

This is a template for creating Terminal.Gui v2 applications using dotnet new.

To add this template to those available in dotnet new install the NuGet package:

dotnet new install Terminal.gui.templates@2.0.0-alpha.*

The above will install the latest Terminal.Gui v2 alpha templates. For the stable v1 templates:

dotnet new install Terminal.gui.templates

Creating projects

After installing you can use the templates to create new projects:

tui-simple

A minimal starter template with a simple window, welcome label, and quit button:

dotnet new tui-simple -n mytuiapp
cd mytuiapp
dotnet run

tui-designer

A template optimized for use with Terminal.Gui Designer:

dotnet new tui-designer -n mytuiapp
cd mytuiapp
dotnet run
  • 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.4.17 720 7/7/2026
2.4.16 285 6/28/2026
2.4.15 191 6/28/2026
2.4.13 187 6/28/2026
2.4.12 170 6/28/2026
2.4.11 209 6/24/2026
2.4.10 223 6/23/2026
2.4.9 198 6/23/2026
2.0.0-alpha.4309 727 3/4/2026
2.0.0-alpha.4277 315 2/26/2026
2.0.0-alpha.4252 289 2/24/2026
2.0.0-alpha.4170 509 2/1/2026
2.0.0-alpha.4128 355 1/26/2026
2.0.0-alpha.4111 297 1/26/2026
2.0.0-alpha.4109 320 1/25/2026
2.0.0-alpha.4108 301 1/25/2026
Loading failed

2.0.0-v2-develop.4766
- Update for version 2 of Terminal.Gui
2.0.0-v2-develop.4519
- Update for version 2 of Terminal.Gui
2.0.0-v2-develop.2203
- Update for version 2 of Terminal.Gui (latest Terminal Gui Designer compatible edition)
v1.0.3
- Added Title to window showing quit shortcut
v1.0.2
- Renamed package Terminal.Gui.templates
v1.0.1
- Added README.md to package
- Changed Terminal.Gui package dependency to be 1.* instead of explicitly 1.7.2