dotnet / dotnet-template-samples

Samples showing how to create templates using the Template Engine for dotnet new and Visual Studio

Home Page:https://docs.microsoft.com/dotnet/articles/core/tools/dotnet-new

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New sample: class library + optional unit test project

sayedihashimi opened this issue · comments

We should create a sample which shows how to create an extra project as an option. For example; a class library with an optional unit test project. Or a web front end with an optional web api backend.