/dotnet-new

.NET Template playground

Primary LanguageC#GNU General Public License v3.0GPL-3.0

dotnet-new

.NET Template playground

Install

In your terminal, from the working folder, run the dotnet pack command.

Install packages extensions with

Windows

dotnet new install .\bin\Release\AdatumCorporation.Utility.Templates.1.0.0.nupkg

Linus/MacOS

dotnet new install bin/Release/AdatumCorporation.Utility.Templates.1.0.0.nupkg

Uninstall

dotnet new uninstall AdatumCorporation.Utility.Templates