Skip to content

Commit

Permalink
πŸ“ Added training section to readme (#224)
Browse files Browse the repository at this point in the history
Also moved publishing template section towards the bottom.
  • Loading branch information
danielmackay committed Dec 13, 2023
1 parent e3b2af4 commit 593ab55
Showing 1 changed file with 20 additions and 13 deletions.
33 changes: 20 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,19 +91,6 @@ This is a template for creating a new project using [Clean Architecture](https:/
- Inserts bugs into the production code to make sure our tests are effective and testing the right behavior
- Using [Stryker Mutator](https://stryker-mutator.io/) -->

## πŸš€ Publishing Template

Template will be published to NuGet.org when changes are made to `CleanArchitecture.nuspec` on the `main` branch.

### Process

1. Update the `version` attribute in `CleanArchitecture.nuspec`
2. Merge your PR
3. `package` GitHub Action will run and publish the new version to NuGet.org
4. Create a GitHub release to document the changes

<!-- TODO Issue #99: Getting Started using the dotnet new template -->

## πŸŽ‰ Getting Started

### Installing the Template
Expand Down Expand Up @@ -172,3 +159,23 @@ dotnet run
```

> **NOTE:** The first time you run the solution, it may take a while to download the docker images, create the DB, and seed the data.
## πŸš€ Publishing Template

Template will be published to NuGet.org when changes are made to `CleanArchitecture.nuspec` on the `main` branch.

### Process

1. Update the `version` attribute in `CleanArchitecture.nuspec`
2. Merge your PR
3. `package` GitHub Action will run and publish the new version to NuGet.org
4. Create a GitHub release to document the changes

<!-- TODO Issue #99: Getting Started using the dotnet new template -->

## πŸŽ“ Training

If you're interested in learning more about Clean Architecture SSW offers two events:

- [SSW 1-day Clean Architecture Superpowers Tour](https://www.ssw.com.au/events/clean-architecture-superpowers-tour)
- [SSW 2-day Clean Architecture Workshop](https://www.ssw.com.au/events/clean-architecture-workshop)

0 comments on commit 593ab55

Please sign in to comment.