Project Template
Installing/Updating
Execute the following command:
dotnet new install "Kit.ProjectTemplate" --nuget-source \\dc\project\400000\KIT\Packages
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