LoremFooBar.TemplatePack
2.1.5-alpha
This is a prerelease version of LoremFooBar.TemplatePack.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet new install LoremFooBar.TemplatePack::2.1.5-alpha
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.