mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Feature Request: Templates. #500
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @VictorioBerra on GitHub (May 23, 2020).
dotnet new --install Electron.NET.Templatesdotnet new electron-blazor@rbaker26 commented on GitHub (Jul 4, 2020):
@VictorioBerra
This looks like something I may want to try to implement just to learn.
How do you think this should look?
Would
dotnet new electron-blazorcreate the default SPA app that is created with a new Blazor App + all the Electron.NET hookups? Or would a more tailored default app be better?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)
@VictorioBerra commented on GitHub (Jul 4, 2020):
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.
@rbaker26 commented on GitHub (Jul 4, 2020):
Cool, I'll take a look and see what I can come up with within my own fork.
If it's something worth sharing, I link the PR to this issue.