IntelliTect / CodingGuidelines

A repository to contain IntelliTect's tools for coding conventions
https://intellitect.github.io/CodingGuidelines/
MIT License
11 stars 17 forks source link

Create dotnet new template for NuGet library projects #139

Open Keboo opened 3 years ago

Keboo commented 3 years ago

The contents for the template should live in a new folder at the root of the repo named templates. The folder for this template should be called IntelliTectClassLibrary

Name of the template: IntelliTect Class Library Short Name: itl-classlib Tags: IntelliTect/Library

adamskt commented 2 years ago

Perhaps a Template Repo would be better suited for this?

Keboo commented 2 years ago

That is a good question. I think it really depends on if we want the starting point to be a new GitHub repo or from the dotnet CLI, as the end results after that point are pretty similar.