fullstackhero / blazor-starter-kit

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

Setting Up New Project without some Boilerplate Code and Files #328

Open gfo2007 opened 3 years ago

gfo2007 commented 3 years ago

Hi, Thank you @iammukeshm and the BlazorHero team for this awesome and clean framework. Is there a way one can exclude the Brands and Products files during the project setup? Can we have the option of either including or excluding it?

Instead of manually deleting all the unwanted files whoch could make the project prone to errors, it will be nice to have checkboxes to check which ones should be included.

Regards