forked fromKeboo/DotnetTemplates
- Notifications
You must be signed in to change notification settings - Fork0
A repository for my dotnet templates
License
NotificationsYou must be signed in to change notification settings
CicadaChirp/DotnetTemplates
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The repository contains a set of opinionateddotnet new templates. I am happy to receive critique/feedback on the existing templates, so feel free to open issues.
Usedotnet new install to install the templates.
dotnet new install Keboo.Dotnet.Templates
If you have previously installed the templates and want to install the latest version, you can usedotnet new update to update your installed templates.
dotnet new update
dotnet new uninstall Keboo.Dotnet.Templates
Build the template package:
dotnet pack --configuration Release -o .
Install the locally built template package
dotnet new install . --force
You can now test the template by running:
dotnet new keboo.wpfdotnet builddotent test --no-builddotnet publish --no-build
When done, you can remove the local install of the template package by running:
dotnet new uninstall .
About
A repository for my dotnet templates
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- C#54.8%
- HTML38.0%
- CSS3.5%
- PowerShell2.3%
- JavaScript1.4%