LoremFooBar.TemplatePack
2.2.4-alpha-gf4282a3e51
This is a prerelease version of LoremFooBar.TemplatePack.
dotnet new install LoremFooBar.TemplatePack::2.2.4-alpha-gf4282a3e51
This package contains a .NET Template Package you can call from the shell/command line.
LoremFooBar.TemplatePack
.NET templates following best practices and personal preferences.
Getting Started
Prerequisites
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
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.