Terminal.gui.templates
2.0.0-alpha.4108
See the version list below for details.
dotnet new install Terminal.gui.templates@2.0.0-alpha.4108
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
The above will install the Terminal.Gui v2 templates. If you want to use v1:
dotnet new install Terminal.Gui.Templates::1.0.3
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
- Terminal.Gui (>= 2.0.0-develop.4883)
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 | 979 | 7/7/2026 |
| 2.4.16 | 314 | 6/28/2026 |
| 2.4.15 | 217 | 6/28/2026 |
| 2.4.13 | 212 | 6/28/2026 |
| 2.4.12 | 198 | 6/28/2026 |
| 2.4.11 | 236 | 6/24/2026 |
| 2.4.10 | 247 | 6/23/2026 |
| 2.4.9 | 224 | 6/23/2026 |
| 2.0.0-alpha.4309 | 752 | 3/4/2026 |
| 2.0.0-alpha.4277 | 339 | 2/26/2026 |
| 2.0.0-alpha.4252 | 312 | 2/24/2026 |
| 2.0.0-alpha.4170 | 532 | 2/1/2026 |
| 2.0.0-alpha.4128 | 381 | 1/26/2026 |
| 2.0.0-alpha.4111 | 320 | 1/26/2026 |
| 2.0.0-alpha.4109 | 343 | 1/25/2026 |
| 2.0.0-alpha.4108 | 323 | 1/25/2026 |
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