Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 746 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 746 Bytes

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