OreSoft.BlazoreDx.Module.Template
1.0.2
dotnet new install OreSoft.BlazoreDx.Module.Template::1.0.2
This package contains a .NET Template Package you can call from the shell/command line.
OreSoft BlazoreDx Module Template
A .NET new template to scaffold a new BlazoreDx module.
Install
dotnet new install OreSoft.BlazoreDx.Module.Template::1.0.0
Create a module
dotnet new blazoredx-module --SolutionName Demo --ModuleName CustomerManager --includeMigrations true --includeWwwroot true
This generates:
Modules/Demo.CustomerManager/Demo.CustomerManager.csproj
Notes
SolutionNameandModuleNametogether determine the project name and folder:<SolutionName>.<ModuleName>.- To add into an existing solution:
dotnet sln add Modules/Demo.CustomerManager/Demo.CustomerManager.csproj.
License
MIT
-
net9.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.