FocusBC.ProjectTemplates 2.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet new install FocusBC.ProjectTemplates::2.0.2
                    
This package contains a .NET Template Package you can call from the shell/command line.

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:

  • .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.

Version Downloads Last Updated
2.0.4 1,456 2/5/2023
2.0.3 688 2/5/2023
2.0.2 690 2/1/2023
2.0.1 806 11/12/2022
2.0.0 715 11/12/2022
1.0.2 794 11/7/2022
1.0.1 1,119 11/6/2022