Anders Laub's VsTemplates VS extension supports project-local templates by placing a .helixtemplates in the same folder as the solution file. It can then specify a relative folder (eg. HelixTemplates) that contain the Visual Studio templates and they'll automatically appear if you create a new project using the "Helix Project" template.
What do you think about including some templates for foundation/feature/project? It would be entirely optional by the user; the folder would be ignored if they don't have/use the Helix.VsTemplates extension.
Beyond the templates + manifests, here's what we'd need in the .helixtemplates file:
templates.modules.folder=HelixTemplates
templates.modules.skipcreatedialog=true
Anders Laub's VsTemplates VS extension supports project-local templates by placing a
.helixtemplatesin the same folder as the solution file. It can then specify a relative folder (eg. HelixTemplates) that contain the Visual Studio templates and they'll automatically appear if you create a new project using the "Helix Project" template.What do you think about including some templates for foundation/feature/project? It would be entirely optional by the user; the folder would be ignored if they don't have/use the Helix.VsTemplates extension.
Beyond the templates + manifests, here's what we'd need in the
.helixtemplatesfile: