https://github.com/sj-distributor/wax
WilTechs Architecture Solution Template for .NET 9
https://github.com/sj-distributor/wax
architecture dotnet9 net-template net9
Last synced: 11 months ago
JSON representation
WilTechs Architecture Solution Template for .NET 9
- Host: GitHub
- URL: https://github.com/sj-distributor/wax
- Owner: sj-distributor
- License: mit
- Created: 2022-08-22T05:55:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T00:55:07.000Z (over 1 year ago)
- Last Synced: 2025-04-28T18:46:25.279Z (about 1 year ago)
- Topics: architecture, dotnet9, net-template, net9
- Language: C#
- Homepage:
- Size: 158 KB
- Stars: 12
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wax
[](https://github.com/sj-distributor/Wax/actions/workflows/dotnet.yml)
[](https://www.nuget.org/packages/Wax.Template)
WilTechs Architecture Solution Template for .NET 9
## 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
```