SSW.CleanArchitecture

(β˜… 199)

SSW Clean Architecture Template

  • .editorconfig
  • .gitattributes
  • .gitignore
  • .log4brains.yml
  • AGENTS.md
  • CleanArchitecture.nuspec
  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • Directory.Build.props
  • Directory.Packages.props
  • global.json
  • LICENSE
  • package.ps1
  • README.md
  • SECURITY.md
  • SSW.CleanArchitecture.slnx

# Installation Guide

1. Get the code
git clone https://github.com/SSWConsulting/SSW.CleanArchitecture

Downloads the entire project code from GitHub to your computer.

cd SSW.CleanArchitecture

Moves into the project folder you just downloaded.

2. .NET

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
dotnet new install SSW.CleanArchitecture.Template

Type this command into your terminal and run it.

dotnet new ssw-ca

Type this command into your terminal and run it.

dotnet new ssw-ca --name {{SolutionName}} --output .\

Type this command into your terminal and run it.

dotnet new ssw-ca-query --name {{QueryName}} --entityName {{Entity}} --slnName {{SolutionName}}

Type this command into your terminal and run it.

dotnet new ssw-ca-command --name {{CommandName}} --entityName {{Entity}} --slnName {{SolutionName}}

Type this command into your terminal and run it.

βœ… After dotnet run, check the message or address shown in the terminal.

Pulled directly from this repo's README.

// repository documentation