0

MVC Scaffolding is definitely cool. I created a custom scaffolder and custom template to create a Javascript test using YUI-Test.

What do I do to make this global -- available in any Visual Studio solution?

Many thanks.

John
  • 3,332
  • 5
  • 33
  • 55
  • Check this out. http://stackoverflow.com/questions/4692311/how-do-i-create-my-own-scaffold-template-in-asp-net-mvc-3 – ZVenue Sep 12 '11 at 15:44
  • That post shows how to reuse a custom template, but how do I reuse a custom scaffolder. – John Sep 12 '11 at 22:10

1 Answers1

0

Steven Sanderson has the answer.

http://blog.stevensanderson.com/2011/04/07/mvcscaffolding-creating-custom-scaffolders/

John
  • 3,332
  • 5
  • 33
  • 55