For information on how to use
dotnet new
CLI, visit the official documentation.
After installing the template, you can quickly create the following items:
- masablazor-server: MASA Blazor Server Template
- masablazor-wasm: MASA Blazor WebAssembly Template
- masablazor-empty-server: MASA Blazor Server Empty Template
- masablazor-empty-wasm: MASA Blazor WebAssembly Empty Template
- masablazor-pro-server: MASA Blazor Pro Server Template
- masablazor-pro-wasm: MASA Blazor Pro WebAssembly Template
- masablazor-maui: MASA Blazor MAUI Template
- masablazor-wpf: MASA Blazor WPF Template
- masablazor-photino: MASA Blazor Photino Template
- masablazor-winform: MASA Blazor Winform Template
- masafx: MASA Framework Full Template(Cqrs、Ddd、Repository、Dapr、Auth、Minimal Api)
- masafx-service: MASA Framework Pure Template (Minimal Api)
- masafx-service-cqrs: MASA Framework CQRS Template(Minimal Api、CQRS)
dotnet new install Masa.Template
dotnet new install Masa.Template
dotnet new uninstall Masa.Template
Take the masa framework template(masafx) as an example, run commands:
dotnet new masafx -h
dotnet new masafx -n Masa.EShop
-
Clone the repository
git clone https://github.com/masastack/MASA.Template.git
-
Install Template
cd MASA.Template dotnet new install .\src\ --force
-
Uninstall Template
dotnet new uninstall .\src\