SAFE-Stack / SAFE-template

dotnet CLI template for SAFE project
MIT License
282 stars 88 forks source link

Consider using grouped template for minimal and default options #427

Closed theimowski closed 7 months ago

theimowski commented 3 years ago

That's what e.g. ASP.NET Core Spa template does - you install single nuget package but it contains 3 distinct templates

isaacabraham commented 3 years ago

So there would be e.g. dotnet new safe and dotnet new safe-minimal?

theimowski commented 3 years ago

yup if I understand it correctly. the aforementioned template bundles following three templates:

ASP.NET Core with Angular                         angular                  C#                Web/MVC/SPA                  
ASP.NET Core with React.js                        react                    C#                Web/MVC/SPA                  
ASP.NET Core with React.js and Redux              reactredux               C#                Web/MVC/SPA 
isaacabraham commented 1 year ago

This could be something we do as part of the next SAFE Stack template?