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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top