CLI Project Templates
- 3 minutes to read
You can use the command line interface (CLI) to create starter Reporting projects for different platforms. This topic lists available Reporting project templates and the corresponding NuGet packages.
Note
We implemented a new dotnet CLI-powered Project Wizard you can use across multiple IDEs. Refer to the following topic for more information: Cross-IDE Project Template Kit.
#ASP.NET Core
NuGet package: DevExpress.AspNetCore.ProjectTemplates
To install DevExpress ASP.NET Core project templates from nuget.org, execute the following command:
dotnet new install DevExpress.AspNetCore.ProjectTemplates
Reporting project templates in the package:
Short Name | Description | Documentation |
---|---|---|
dx. |
Creates a web (ASP. |
* Use DevExpress .NET CLI Templates to Create an ASP. * Use DevExpress .NET CLI Templates to Create an ASP. |
dx. |
Creates a full-stack application with an Angular frontend and an ASP. |
* Use DevExpress .NET CLI Templates to Create an Angular Reporting App with Document Viewer * Use DevExpress .NET CLI Templates to Create an Angular Reporting App with Report Designer |
dx. |
Creates a full-stack application with a React frontend and an ASP. |
* Use DevExpress .NET CLI Templates to Create a React Reporting App with a Document Viewer * Use DevExpress .NET CLI Templates to Create a React Reporting App with a Report Designer |
dx. |
Creates a back-end (ASP. |
#Blazor
NuGet package: DevExpress.Blazor.ProjectTemplates
To install DevExpress Blazor project templates from nuget.org, execute the following command:
dotnet new install DevExpress.Blazor.ProjectTemplates
Reporting project templates in the package:
Short Name | Description | Documentation |
---|---|---|
dx. |
Creates a web (Blazor Server or Blazor Web |
Use DevExpress .NET CLI Templates to Create a Blazor Reporting Application |
#WPF
NuGet package: DevExpress.WPF.ProjectTemplates
To install DevExpress WPF project templates from nuget.org, execute the following command:
dotnet new install DevExpress.WPF.ProjectTemplates
Reporting project templates in the package:
Short Name | Description | Documentation |
---|---|---|
dx. |
Creates a desktop (WPF) application with a Document Viewer that shows a tabular report created at design time. | CLI Project Templates for WPF |