Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: dotnet templates package for Traversal and NoTargets projects #472

Open
MattKotsenas opened this issue Aug 22, 2023 · 1 comment · May be fixed by #529
Open

Feature Request: dotnet templates package for Traversal and NoTargets projects #472

MattKotsenas opened this issue Aug 22, 2023 · 1 comment · May be fixed by #529
Labels
Feature Request New feature or request Help Wanted Looking for community contributions!

Comments

@MattKotsenas
Copy link

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.

@jeffkl
Copy link
Contributor

jeffkl commented Sep 11, 2023

We would gladly accept a pull request for this. I have never personally made a dotnet template so please feel free to contribute. We would only need a template for NoTargets and Traversal. But that would be very cool to type:

dotnet new traversal

@jeffkl jeffkl added this to To Do in Traversal via automation Oct 23, 2023
@jeffkl jeffkl added this to To do in Artifacts via automation Oct 23, 2023
@jeffkl jeffkl added Feature Request New feature or request Help Wanted Looking for community contributions! labels Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature or request Help Wanted Looking for community contributions!
Projects
Artifacts
  
To do
Traversal
  
To Do
Development

Successfully merging a pull request may close this issue.

2 participants