Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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