/templates

.NET project templates.

Primary LanguageC#MIT LicenseMIT

AnyPackage.Templates

nuget-image cf-image

This repository contains the source for the .NET project templates.

Install Template

dotnet new install AnyPackage.Templates

New Project

The following command will create a new AnyPackage project with a package provider class called MyProvider in an output folder called MyProvider.

dotnet new anypackage -M 'MyProvider' -o MyProvider