Skip to content

Commit

Permalink
feat(templates): improve Boilerplate project template #8220 (#8221)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi authored Aug 4, 2024
1 parent adc4df8 commit 0181a51
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
],
"symbolInfo": [
{
"id": "serverUrl",
"isVisible": false
"id": "helpUrl"
},
{
"id": "database"
Expand Down Expand Up @@ -41,6 +40,10 @@
},
{
"id": "appCenter"
},
{
"id": "serverUrl",
"isVisible": false
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
"sourceName": "Boilerplate",
"preferNameDirectory": true,
"symbols": {
"helpUrl": {
"displayName": "More info at",
"type": "parameter",
"datatype": "string",
"defaultValue": "https://bitplatform.dev/templates/create-project",
"description": "Open the following url in order to get more information about the following parameters."
},
//Guid generator for App Id
"ApplicationIdGuid": {
"type": "generated",
Expand Down Expand Up @@ -88,7 +95,7 @@
"description": "Boilerplate's API uses Fluent Storage. You can use any other fluent storage provider (https://github.com/robinrodricks/FluentStorage/wiki/Blob-Storage)"
},
"api": {
"displayName": "Api deployment structure",
"displayName": "API deployment configuration",
"type": "parameter",
"datatype": "choice",
"defaultValue": "Integrated",
Expand Down
1 change: 1 addition & 0 deletions src/Templates/Boilerplate/UpdateLocalInstallation.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dotnet pack -c Release -p:ReleaseVersion=0.0.0 -p:PackageVersion=0.0.0 && cd bin\Release && dotnet new uninstall Bit.Boilerplate && dotnet new install .\Bit.Boilerplate.0.0.0.nupkg && cd ..\..

0 comments on commit 0181a51

Please sign in to comment.