/TemplatePack

Templates for `dotnet new` based on best practices and personal opinions

Primary LanguageC#MIT LicenseMIT

LoremFooBar.TemplatePack

.NET templates following best practices and personal preferences.

Getting Started

Prerequisites

.NET 8 SDK

Installation

dotnet new install LoremFooBar.TemplatePack

Create a NuGet Package Project

The following command will create a solution named YourName.YourPackageName in folder ./YourPackageName:

dotnet new lfb-package --name YourName.YourPackageName -o YourPackageName

Updating Installed Template Pack Version

To check for template updates, run:

dotnet new update --check-only

Output will contain the update command for each available update.

To update all templates, run:

dotnet new update