Project Template

Installing/Updating

Execute the following command:

dotnet new uninstall Kit.ProjectTemplate
dotnet new install Kit.ProjectTemplate

Creating a New Project

By default name will be determined by the folder name.

dotnet new kit -d KIT5

Note: "dotnet new kit" won't work as the database name is required.

Overriding the Default Name

dotnet new kit -n Test -d KIT5

Including Tests

dotnet new kit -d KIT5 -t true

Help

dotnet new kit -h