We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b151e6c commit 6071368Copy full SHA for 6071368
README.md
@@ -1,2 +1,20 @@
1
# Wax
2
+
3
+[](https://github.com/sj-distributor/Wax/actions/workflows/dotnet.yml)
4
+[](https://www.nuget.org/packages/Wax.Template)
5
6
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