It would be nice if this project also published a nuget template package, for instance Microsoft.Build.Traversal.Templates and Microsoft.Build.NoTargets.Templates.
I could then run dotnet new install to install the templates and then for instance create a new dirs.proj file by running dotnet new dirs.proj, or a new NoTargets project via dotnet new notargets.
The idea is to provide a sensible default for people getting started, and reduces friction to adoption over copy/pasting the sample from the README.
I'm also happy to do this work, but wanted to open an issue to gauge interest before starting.
It would be nice if this project also published a nuget template package, for instance
Microsoft.Build.Traversal.TemplatesandMicrosoft.Build.NoTargets.Templates.I could then run
dotnet new installto install the templates and then for instance create a new dirs.proj file by runningdotnet new dirs.proj, or a new NoTargets project viadotnet new notargets.The idea is to provide a sensible default for people getting started, and reduces friction to adoption over copy/pasting the sample from the README.
I'm also happy to do this work, but wanted to open an issue to gauge interest before starting.