LoremFooBar.TemplatePack
1.2.13-alpha-gb037900804
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::1.2.13-alpha-gb037900804
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 -i 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
Output will contain the update command for each available update.
To update all templates, run:
dotnet new --update-apply
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.