GitHub - SteeltoeOSS/NetCoreToolTemplates (original) (raw)

Steeltoe.NetCoreTool.Templates

Build Status NuGet Version GitHub License

This repository contains a collection of .NET Template Packages, which can be used from IDEs such as Visual Studio and from the .NET CLI using dotnet new. They are also used by Initializr.

Project templates:

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

Tips when making changes