https://github.com/pyrox18/pyrox.templates.aspnetcore
ASP.NET Core templates based on clean architecture
https://github.com/pyrox18/pyrox.templates.aspnetcore
Last synced: 8 months ago
JSON representation
ASP.NET Core templates based on clean architecture
- Host: GitHub
- URL: https://github.com/pyrox18/pyrox.templates.aspnetcore
- Owner: pyrox18
- License: mit
- Created: 2019-07-16T16:59:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-25T14:51:29.000Z (almost 5 years ago)
- Last Synced: 2024-12-27T23:57:37.037Z (over 1 year ago)
- Language: C#
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pyrox.Templates.AspNetCore
ASP.NET Core templates based on clean architecture concepts.
## Included Templates
### ASP.NET Core Web API with Clean Architecture (webapi-clean)
A complete ASP.NET Core Web API solution based on [Jason Taylor's Northwind Traders project](https://github.com/JasonGT/NorthwindTraders). Uses clean architecture concepts and a simple CQRS approach for code organisation.
## Installation
Install the template using the following command:
```
dotnet new -i Pyrox.Templates.AspNetCore
```
## Usage
Use the `dotnet new webapi-clean` command to generate an ASP.NET Core Web API solution with the designed template. Use `dotnet new -l` to view all installed templates.