ewilde / crane

Crane creates builds scripts so you don't have to
http://blog.cranebuild.com
Apache License 2.0
6 stars 2 forks source link

look at using visual studio templates for templating rather than handrolling our own #31

Open kevholditch opened 9 years ago

kevholditch commented 9 years ago

Visual Studio has built in templating so we could just tap into that: http://msdn.microsoft.com/en-us/library/cc175307%28v=vs.90%29.aspx

That means that crane could then gen out a project based on any template the user has installed on their machine e.g. MVC Application.

Crane could read templates from the visual studio location (c:/program files/microsoft visual studio/etc etc) and combine those with its own when deciding which template to use. That way out of the box all of the templates on your machine would be used.

ewilde commented 9 years ago

This would tie us to Visual Studio as we want to be x-plat decided not to go this way