From a25057c083ab2bbeadf634b487f02641abe1d063 Mon Sep 17 00:00:00 2001 From: Min Kim Date: Sat, 21 Dec 2024 15:25:33 -0500 Subject: [PATCH] Remove example template Signed-off-by: Min Kim --- example-cli-template.yaml | 12 ------------ package.json | 7 +------ 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 example-cli-template.yaml diff --git a/example-cli-template.yaml b/example-cli-template.yaml deleted file mode 100644 index 9bc6b9d5ac..0000000000 --- a/example-cli-template.yaml +++ /dev/null @@ -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 diff --git a/package.json b/package.json index dac1ad99d0..baf2a26444 100644 --- a/package.json +++ b/package.json @@ -8,12 +8,7 @@ "scope": "backstage", "private": false }, - "templates": [ - { - "id": "example cli template", - "target": "./example.yaml" - } - ] + "templates": [] } }, "private": true,