dotnet new
templates
#1978
tznind
started this conversation in
Show and tell
Replies: 3 comments 2 replies
-
I like the templates idea. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm in love with this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Templates are now part of the official gui-cs org and have a new name of
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've created a template for gui.cs
I was investigating how to add new templates to
dotnet new
. Turns out it is quite easy (following the microsoft docs and the handy samples )So now users can get started with gui.cs with 3 lines of code:
It seems pretty easy to add multiple templates to the same NuGet package so if we wanted later on we could add templates for multi threading etc or anthing else that is a little tricky to setup.
Also appears in the 'New=>Project' list after installing:
Let me know what you guys think.
Beta Was this translation helpful? Give feedback.
All reactions