Skip to content

sinannar/CreateCleanArchitecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CreateCleanArchitecture

This is a powershell script that automate the creation of clean architecture with dotnet

Example Usage

./create.ps1 test will create the following structure

/test/test.sln
/test/Application/Application.csproj
/test/Domain/Domain.csproj
/test/Infrastructure/Infrastructure.csproj
/test/Presentation/Presentation.csproj

./clean.ps1 test will remove the test folde recursively

About

This is a powershell script that automate the creation of clean architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors