An open API service indexing awesome lists of open source software.

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

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 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
```