1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| color 3
|
| dotnet new -i .template.config\JiepeiWMS.Webapi.Template.2.1.0.nupkg
|
| set /p OP=Please set your project name(for example:Baidu.Api):
|
| md .1YourProject
|
| cd .1YourProject
|
| dotnet new blogcoretpl -n %OP%
|
| cd ../
|
|
| echo "Create Successfully!!!! ^ please see the folder .1YourProject"
|
| dotnet new -u JiepeiWMS.Webapi.Template
|
|
| echo "Delete Template Successfully"
|
| pause
|
|