Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 390 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 390 Bytes

Code Generator

.NET based code generator. Configure projects and generate boilerplate code with T4 templates, based on a simple JSON representation of domain models.

https://steffbeckers.eu/projects/code-generator

Dependencies

$ dotnet tool install -g dotnet-ef
$ dotnet tool install -g dotnet-t4

Start development

$ dotnet watch run