Terminal.gui.templates 2.0.0-alpha.4252

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.4252
                    
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 567 7/7/2026
2.4.16 266 6/28/2026
2.4.15 172 6/28/2026
2.4.13 167 6/28/2026
2.4.12 151 6/28/2026
2.4.11 192 6/24/2026
2.4.10 201 6/23/2026
2.4.9 179 6/23/2026
2.0.0-alpha.4309 707 3/4/2026
2.0.0-alpha.4277 295 2/26/2026
2.0.0-alpha.4252 267 2/24/2026
2.0.0-alpha.4170 490 2/1/2026
2.0.0-alpha.4128 337 1/26/2026
2.0.0-alpha.4111 278 1/26/2026
2.0.0-alpha.4109 300 1/25/2026
2.0.0-alpha.4108 283 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