I'm currently building in work a Base code structure for C# API microservices. In future, we will surely make more of these, so I would like create something like "base project or something like this".
I am aware there is system of Project Templates in C#, but from what I learned on tens of pages, I didn't come to solution from which I would be happy. I would like to build it in to single template file, which everyone can download, import and start with it... I always ended up with template imported directly from source to dotnet templates and couldn't find the generated template file. How can I make it? (I'm using JetBrains Rider not VS).
Or is there another techniques how to prepare some base skeleton?