SAFE-template icon indicating copy to clipboard operation
SAFE-template copied to clipboard

Consider using grouped template for minimal and default options

Open theimowski opened this issue 4 years ago • 2 comments

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

theimowski avatar Feb 24 '21 19:02 theimowski

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

isaacabraham avatar Feb 26 '21 12:02 isaacabraham

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 

theimowski avatar Feb 26 '21 19:02 theimowski

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

isaacabraham avatar Mar 03 '23 15:03 isaacabraham