Oqtane.Application.Template 10.0.4

dotnet new install Oqtane.Application.Template::10.0.4
                    
This package contains a .NET Template Package you can call from the shell/command line.

Oqtane Application Template

This is a Visual Studio Project Template designed for Oqtane development projects. This template relies on the native templating capabilities of the .NET Command Line Interface (CLI):

dotnet new install Oqtane.Application.Template
dotnet new oqtane-app -o MyCompany.MyProject
cd MyCompany.MyProject
dotnet build
cd Server
dotnet run
browse to Url

When using this approach you do not need to have a local copy of the oqtane.framework source code - you simply utilize Oqtane as a standard application dependency.

The solution also contains Client, Server, and Shared folders which is where you you would implement your custom functionality. An example module and theme are included for reference, and you can add additional modules and themes within the same projects by following the standard Oqtane folder/namespace conventions.

Known Issues

  • do not use the term "Oqtane" or "Module" in your output name or else you will experience namespace conflicts

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.

Version Downloads Last Updated
10.0.4 183 1/20/2026
10.0.3 323 12/25/2025
10.0.2 220 12/23/2025
10.0.1 355 12/15/2025
10.0.0 433 11/14/2025
6.2.1 516 9/29/2025
6.2.0 409 9/9/2025
6.1.5 331 8/17/2025