Changed the template short name to focus on creating an experiment rather than an app
This commit is contained in:
Родитель
60940e4cf7
Коммит
a2e7c4d9aa
|
@ -9,7 +9,7 @@
|
|||
],
|
||||
"name": "Community Toolkit Labs Project Template",
|
||||
"identity": "CommunityToolkit.Labs.ProjectTemplate",
|
||||
"shortName": "labsapp",
|
||||
"shortName": "labexp",
|
||||
"tags": {
|
||||
"language": "C#",
|
||||
"type": "project"
|
||||
|
|
|
@ -11,7 +11,7 @@ dotnet new --install .\template\
|
|||
|
||||
cd labs
|
||||
|
||||
dotnet new labsapp -n MyExperimentNameHere
|
||||
dotnet new labexp -n MyExperimentNameHere
|
||||
```
|
||||
|
||||
This creates a new experiment called "MyExperimentNameHere".
|
||||
|
|
Загрузка…
Ссылка в новой задаче