Feature Request: Templates. #500

Open
opened 2026-01-29 16:41:14 +00:00 by claunia · 3 comments
Owner

Originally created by @VictorioBerra on GitHub (May 23, 2020).

dotnet new --install Electron.NET.Templates
dotnet new electron-blazor

Originally created by @VictorioBerra on GitHub (May 23, 2020). `dotnet new --install Electron.NET.Templates` `dotnet new electron-blazor`
claunia added the Feature label 2026-01-29 16:41:14 +00:00
Author
Owner

@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-blazor create 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)

@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-blazor` create 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)_
Author
Owner

@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.

@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.
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#500