Skip to content

Generate Template For ASP.Net Core 3.1 Application with Clean Architecture

Notifications You must be signed in to change notification settings

FaisalST32/netcore-clean.arch-template-generator

Repository files navigation

Generate ASP.Net Core 3.1 Template with Clean Architecture

Template includes support for

  1. AutoMapper
  2. Entity Framework Core
  3. Swagger

To use, simply clone the repository and in the root folder run the following command to install the tool globally

dotnet tool install --global --version 1.0.0 --add-source ./nupkg netcore.cleanarch

You can then run the following command to create a Project in your preferred directory

cleanarch <SolutionName> <ProjectPrefix>
e.g., cleanarch FaisalsBlog Blog

About

Generate Template For ASP.Net Core 3.1 Application with Clean Architecture

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages