Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sj-distributor/wax
WilTechs Architecture Solution Template for .NET 7
https://github.com/sj-distributor/wax
architecture net-template net7
Last synced: 2 days ago
JSON representation
WilTechs Architecture Solution Template for .NET 7
- Host: GitHub
- URL: https://github.com/sj-distributor/wax
- Owner: sj-distributor
- License: mit
- Created: 2022-08-22T05:55:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T02:52:39.000Z (about 1 year ago)
- Last Synced: 2024-04-26T18:47:00.877Z (7 months ago)
- Topics: architecture, net-template, net7
- Language: C#
- Homepage:
- Size: 137 KB
- Stars: 10
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wax
[![.NET](https://github.com/sj-distributor/Wax/actions/workflows/dotnet.yml/badge.svg)](https://github.com/sj-distributor/Wax/actions/workflows/dotnet.yml)
[![Nuget](https://img.shields.io/nuget/v/Wax.Template)](https://www.nuget.org/packages/Wax.Template)WilTechs Architecture Solution Template for .NET 7
## Getting Started
Using dotnet cli template, install the template:
```
dotnet new install Wax.Template
```Run this command to create the solution:
```
dotnet new wax -o ProjectName
```