Microcomp.Net.Web.CleanArchitecture
2.0.0
dotnet new install Microcomp.Net.Web.CleanArchitecture::2.0.0
This package contains a .NET Template Package you can call from the shell/command line.
Microcomp.Web.CleanArchitecture
Razor page web project template with clean architecture based on Ardalis Clean Architecture.
Usage
You can overwrite all namespaces by providing -ns attribute when creating a new project.
dotnet new mccleanarch -ns {name}
Configure Connection String
Connection string in appsettings.json is left blank and needs to be configured. Default database is Postgress.
Node Modules
Dont forget to install all dependencies for Web project
npm install
Tailwind
Start processing classes in a Web project to output css file with command
npm run watch
-
net8.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.