fullstackhero / blazor-starter-kit

Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
MIT License
3.48k stars 730 forks source link

Code Generation #389

Closed KennethB closed 2 years ago

KennethB commented 2 years ago

Need to create some code generation scripts to ensure the pattern is followed. Consider defining the schema using Json or Yaml

neozhu commented 2 years ago

Need to create some code generation scripts to ensure the pattern is followed. Consider defining the schema using Json or Yaml Look at this https://github.com/neozhu/CleanArchitectureCodeGenerator

KennethB commented 2 years ago

@neozhu thanks for the link.