Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFeature Request: Templates. #414
Comments
|
@VictorioBerra How do you think this should look? Do you have any specifics in mind? (just for my future reference: https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools-how-to-create) |
|
You could do it like https://github.com/Dotnet-Boxed/Templates Where you have tons of configurable options but if you specify nothing you get the default. In this case I think you should get a working electron app with blazor with sensible defaults that you would want for any new project with reduced boilerplate. |
|
Cool, I'll take a look and see what I can come up with within my own fork. |
dotnet new --install Electron.NET.Templatesdotnet new electron-blazor