FocusBC.ProjectTemplates
2.0.3
See the version list below for details.
dotnet new install FocusBC.ProjectTemplates::2.0.3
Focus Project Templates
Collection of dotnet templates that can be used to create new projects.
Installation
To install the project templates package from nuget.org run the following command:
dotnet new --install FocusBC.ProjectTemplates::2.0.0
Development information
In order to develop and test a local version you first need to uninstall the version installed from nuget.org. After that you can install using the source code by running the following:
./reinstall.sh
This will install the templates and make them available via the dotnet cli. To see if the templates are installed you can run:
dotnet new list focus
Available templates
Template Name Short Name
------------------------------ ---------------
FocusBC Blazor WebAssembly App fbcblazorwasm
FocusBC Integrations fbcintegrations
FocusBC Web Api fbcwebapi
Useful Resources
Here is a collection of usefull links with information related with the creation of custom project templates:
- The dotnet/templating repo is where the source code for the Templating engine lives. It contains a Wiki with resources you can explore.
- If you want to see how the standard templates were created, you can find these in the templating/template_feed folder of the above mentioned repository.
- Speaking of samples, also check out the dotnet/dotnet-template-samples repo which contains samples for a range of different scenarios.
- Next, I suggest you read the How to create your own templates for dotnet blog post by Sayed Hashimi.
- The .NET Core documentation also contains a useful document on Custom templates for dotnet new as well as a tutorial entitled Create a custom template for dotnet new.
- Finally there are a couple of videos by Sayed Hashimi on creating templates for dotnet new.
-
.NETStandard 2.0
- 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.