Redeon.Eltheon.Templates
Install the template package locally:
dotnet new install Redeon.Eltheon.Templates@0.9.1.0 --nuget-source ./nupkgs
Or install directly from a built package file:
dotnet new install .\nupkgs\Redeon.Eltheon.Templates.0.9.1.0.nupkg
Available templates:
dotnet new eltheon-webapp -n Contoso.Portal --UseSqlite truedotnet new eltheon-plugin -n Contoso.Eltheon.Inventory --PluginName InventoryPlugin --PluginDisplayName "Inventory Plugin"
The WebApp template now includes a root npm task hub for Themes/main, Themes/admin, migrations, and template packing. Install and use it from the template root:
cd .\Templates\Project\Eltheon
npm install
npm run build:all
Useful commands:
npm run watch:main
npm run watch:admin
npm run watch:both
npm run migration:add
npm run template:pack
Visual Studio can consume the same packaged .NET templates after installation. No separate .vstemplate export is required for the primary distribution path.