Skip to content

SteeltoeOSS/NetCoreToolTemplates

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