Перейти к файлу
Chris Cheetham dcc41baa14 Use gren to generate release notes
See https://github.com/github-tools/github-release-note for details
2021-10-12 11:12:58 -04:00
.config Sign packages 2021-08-31 10:34:58 -04:00
.github/ISSUE_TEMPLATE Update GitHub issue labels [#1] 2021-04-30 09:38:49 -04:00
sign Sign packages 2021-08-31 10:34:58 -04:00
src Prepare for F# template 2021-10-07 10:05:05 -04:00
test Remove support for .NET Core App 2.1 [#58] 2021-09-09 13:51:47 -04:00
.editorconfig Add .props file configuration 2021-05-12 11:46:08 -04:00
.gitattributes Omit CR at EOL by default 2021-05-06 09:00:45 -04:00
.gitignore Ignore locally installed tools 2021-09-14 10:15:37 -04:00
.grenrc.yaml Use gren to generate release notes 2021-10-12 11:12:58 -04:00
DEVELOPER.md Update developer doc per renamed project 2021-06-16 08:34:58 -04:00
LICENSE Add informational docs and GitHub templates [#1] 2021-04-29 11:15:29 -04:00
README.md Use gren to generate release notes 2021-10-12 11:12:58 -04:00
Steeltoe.NetCoreToolTemplates.sln Remove nuspec vestige 2021-09-09 11:06:27 -04:00
azure-pipelines.yaml Bump version to 1.0.0 2021-10-07 10:17:44 -04:00
nuget.config Initial config for NuGets 2021-05-10 11:12:47 -04:00
setversion.sh Display version being set 2021-10-12 10:10:52 -04:00

README.md

Steeltoe NetCoreToolTemplates

Build Status Automated Release Notes by gren

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