Telerik.Maui.Templates
1.0.0
Prefix Reserved
dotnet new install Telerik.Maui.Templates@1.0.0
Telerik UI for .NET MAUI Project Templates
This NuGet package provides .NET project templates that scaffold a new application pre-configured with Telerik UI for .NET MAUI, so you can start using the component suite immediately.
Table of Contents
Templates
The package includes the following project templates.
| Template Name | .NET CLI Short Name |
|---|---|
| Telerik .NET MAUI Blank App | telerik-maui |
| Telerik .NET MAUI Blank Shell App | telerik-maui-shell |
Install
Execute the dotnet new install command:
dotnet new install Telerik.Maui.Templates
Use with the .NET CLI
To see all available templates, execute the dotnet new list command with the --author option:
dotnet new list --author="Progress"
For help on a specific template, execute the dotnet new command with the --help option, for example:
dotnet new telerik-maui --help
To create a new app, open a terminal in the desired parent folder and execute the dotnet new command with the short name of the template and the app name, for example:
dotnet new telerik-maui -o MyNewAppName
Template Options
The templates provide parameters to configure the generated project, for example:
| Parameter | Description |
|---|---|
--TelerikMauiVersion |
The version of the Telerik UI for .NET MAUI suite to reference. Defaults to the latest version. |
--useTheming |
Include the Telerik Theming setup in the generated project. |
--theme |
The theme to apply when --useTheming is set (Platform or Telerik). |
--swatch |
The swatch to apply when using the Platform or Telerik theme. |
--projecttemplateframeworkversion |
The target framework moniker for the generated project, for example net9.0 or net10.0. |
Run dotnet new <short-name> --help to see the full, up-to-date list of options for a specific template.
Update
Execute the dotnet new update command:
dotnet new update Telerik.Maui.Templates
Uninstall
To remove the currently installed package, execute the dotnet new uninstall command:
dotnet new uninstall Telerik.Maui.Templates
License
This package and the project templates it provides are licensed under the Progress® Telerik® UI for .NET MAUI license agreement. A valid Telerik UI for .NET MAUI license (or an active trial) is required to use the generated projects. New to Telerik UI for .NET MAUI? Start a free 30-day trial.
-
.NETStandard 1.6
- NETStandard.Library (>= 1.6.1)
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 |
|---|---|---|
| 1.0.0 | 47 | 8/11/2026 |