Skip to content

Commit 6071368

Browse files
committed
Update README.md
1 parent b151e6c commit 6071368

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
# Wax
2+
3+
[![.NET](https://github.com/sj-distributor/Wax/actions/workflows/dotnet.yml/badge.svg)](https://github.com/sj-distributor/Wax/actions/workflows/dotnet.yml)
4+
[![Nuget](https://img.shields.io/nuget/v/Wax.Template)](https://www.nuget.org/packages/Wax.Template)
5+
26
WilTechs Architecture Solution Template for .NET 6
7+
8+
## Getting Started
9+
10+
Using dotnet cli template, install the template:
11+
12+
```
13+
dotnet new -i Wax.Template
14+
```
15+
16+
Run this command to create the solution:
17+
18+
```
19+
dotnet new wax -o ProjectName
20+
```

0 commit comments

Comments
 (0)