T4MVC / R4MVC

R4MVC is a Roslyn code generator for ASP.NET Core MVC apps that creates strongly typed helpers that eliminate the use of literal strings in many places
Apache License 2.0
157 stars 48 forks source link

Add hooks to allow customising the generated code #53

Open kevinkuszyk opened 7 years ago

kevinkuszyk commented 7 years ago

T4MVC has hooks allowing users to customise the generated code. We should support something similar too.

Splitting off from #20.