Terminal.gui.templates 2.0.0-alpha.4111

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.4111
                    
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 332 7/7/2026
2.4.16 233 6/28/2026
2.4.15 137 6/28/2026
2.4.13 135 6/28/2026
2.4.12 119 6/28/2026
2.4.11 159 6/24/2026
2.4.10 170 6/23/2026
2.4.9 148 6/23/2026
2.0.0-alpha.4309 681 3/4/2026
2.0.0-alpha.4277 268 2/26/2026
2.0.0-alpha.4252 241 2/24/2026
2.0.0-alpha.4170 459 2/1/2026
2.0.0-alpha.4128 309 1/26/2026
2.0.0-alpha.4111 249 1/26/2026
2.0.0-alpha.4109 271 1/25/2026
2.0.0-alpha.4108 257 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