statiq-starter-kontent-lumen icon indicating copy to clipboard operation
statiq-starter-kontent-lumen copied to clipboard

Transform to custom dotnet template

Open Simply007 opened this issue 3 years ago • 1 comments

Motivation

.Net developers are used to initializing a new app by using dotnet new command. Let's make the starting point as easy as possible for them and use it as the primary getting started step instead of Use this template on Github.

Proposed solution

  • Use MS docs to set up metadata for the template: https://docs.microsoft.com/en-US/dotnet/core/tools/custom-templates
  • It is possible to find the inspiration on Kontent .Net Boilerplate https://github.com/Kentico/kontent-boilerplate-net/tree/master/src
  • Use GitHub action CI to publish Nuget created from the template https://github.com/marketplace/actions/publish-nuget

Additional context

Add any other context, screenshots, or reference links about the feature request here.

Simply007 avatar Nov 16 '20 11:11 Simply007