I've not written a template or starter-kit for Visual Studio, so I'm not really sure which is the most appropriate for doing what I need, or if I need something even more general/powerful.
What I want to do is have a template project that exports some boiler plate code from subversion, installs some typical/required Nuget packages, imports that newly created project into svn, run some PowerShell scripts, etc.
Is this possible with either a template or starter-kit or is this maybe something that will require an entire add-on?