dcc41baa14
See https://github.com/github-tools/github-release-note for details |
||
---|---|---|
.config | ||
.github/ISSUE_TEMPLATE | ||
sign | ||
src | ||
test | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.grenrc.yaml | ||
DEVELOPER.md | ||
LICENSE | ||
README.md | ||
Steeltoe.NetCoreToolTemplates.sln | ||
azure-pipelines.yaml | ||
nuget.config | ||
setversion.sh |
README.md
Steeltoe NetCoreToolTemplates
Steeltoe NetCoreToolTemplates is a collection of .NET Core Tool templates.
Project templates:
- steeltoe-webapi
- Creates a Steeltoe-influenced .NET Web API project
This document describes template installation and template general usage help. For learning how to develop additional options for the templates, see DEVELOPER.md.
Install
From NuGet.org (production)
$ dotnet new --install Steeltoe.NetCoreTool.Templates
From .NET Foundation (staging)
$ dotnet nuget add source https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/dev/nuget/v3/index.json -n SteeltoeDev
$ dotnet new --install Steeltoe.NetCoreTool.Templates
From Source (development)
$ dotnet new --install src/Content
Note: To see templates in Visual Studio, you may need to enable:
Tools->Options... Preview Features: Show all .NET Core templates in the NEW project dialog