Remove example template

Signed-off-by: Min Kim <minkimcello@gmail.com>
This commit is contained in:
Min Kim
2024-12-21 15:25:33 -05:00
parent a97e354160
commit a25057c083
2 changed files with 1 additions and 18 deletions
-12
View File
@@ -1,12 +0,0 @@
# lib/new/factories/backendModule.ts
description: A new backend module that extends an existing backend plugin with additional features
template: ./packages/cli/templates/default-backend-module
targetPath: plugins
backendModulePrefix: true
prompts:
- id
- moduleId
- owner
additionalActions:
- install-backend
- add-backend
+1 -6
View File
@@ -8,12 +8,7 @@
"scope": "backstage",
"private": false
},
"templates": [
{
"id": "example cli template",
"target": "./example.yaml"
}
]
"templates": []
}
},
"private": true,