3

I am looking to create a set of templates to use with my Dev team, but I don't want them to be available to everyone on the GitHub project.

How can I create my own subset of templates to share with my team without having to send files or copy paste or anything else? I want the same level of version control that I would get if using GitHub.

PW Kad
  • 14,953
  • 7
  • 49
  • 82

1 Answers1

3

It is possible to use the exact same model as SideWaffle Template Pack (sidewaffle.com) uses for your own templates. Download the Visual Studio SDK from Microsoft and then create a new "VSIX Project". All you then need to do is to ad the NuGet package "TemplateBuilder" (http://www.nuget.org/packages/TemplateBuilder/1.0.3.21-beta)

See the SideWAffle wiki on How to create your own template pack.

Sayed Ibrahim Hashimi
  • 43,864
  • 17
  • 144
  • 178
Mads Kvist Kristensen
  • 2,610
  • 2
  • 18
  • 14