NuGet ยท nuget

Redeon.Eltheon.Templates

Eltheon v2 web app and plugin templates.

Install

Install-Kommandos

dotnet add package Redeon.Eltheon.Templates --version 0.9.0.1
<PackageReference Include="Redeon.Eltheon.Templates" Version="0.9.0.1" />
paket add Redeon.Eltheon.Templates --version 0.9.0.1
Install-Package Redeon.Eltheon.Templates -Version 0.9.0.1

README

Vorschau

Redeon.Eltheon.Templates

Install the template package locally:

dotnet new install Redeon.Eltheon.Templates@0.9.0.1 --nuget-source ./nupkgs

Or install directly from a built package file:

dotnet new install .\nupkgs\Redeon.Eltheon.Templates.0.9.0.1.nupkg

Available templates:

  • dotnet new eltheon-webapp -n Contoso.Portal --UseSqlite true
  • dotnet new eltheon-plugin -n Contoso.Eltheon.Inventory --PluginName InventoryPlugin --PluginDisplayName "Inventory Plugin"

Visual Studio can consume the same packaged .NET templates after installation. No separate .vstemplate export is required for the primary distribution path.