This is a tool to manage T4 templates for code generation. It has built in support for database access which allows you to pass a list of fields for a table or the list of tables in a database to your templates. This gives the ability to generate some nifty things like data access objects, stored procedures, MVC views and anything else you can think of. You can also use regular templates that don't require data access. The program will parse out the parameters in key value format and put them in the parameters window for you to fill out.
Stay tuned. I hope to make this robust and add support for more database systems and other languages.
Documentation is in the works.