# dotnet new

What dotnet new Could Be

What the 'dotnet new' CLI command could be if some effort was spent on developing it. I compare it to other templating engines and suggest ideas.

Unit Testing dotnet new Templates

It's difficult to know if your 'dotnet new' based project will work if they have lots of options, in this post I show how to unit test them.

dotnet new Feature Selection

How to add feature selection to your dotnet new template using symbols (bool, string, choice, computed) and pre-processor directives.

Custom Project Templates Using dotnet new

How to create project templates using dotnet new and the template.json file. How to share project templates by creating NuGet packages.