Home

Awesome

MASA.Template

For information on how to use dotnet new CLI, visit the official documentation.

After installing the template, you can quickly create the following items:

Install template

dotnet new install Masa.Template

Install specific version or prerelease version

dotnet new install Masa.Template::1.0.4

Uninstall template

dotnet new uninstall Masa.Template

How to use

Take the masa framework template(masafx) as an example, run commands:

Get help

dotnet new masafx -h

Create project

dotnet new masafx -n Masa.EShop

Develop or install locally

  1. Clone the repository

    git clone https://github.com/masastack/MASA.Template.git
    
  2. Install Template

    cd MASA.Template
    dotnet new install .\src\ --force
    
  3. Uninstall Template

    dotnet new uninstall  .\src\