cli: add template for catalog provider

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-10-17 13:45:27 +02:00
parent 43b9f8fd90
commit fc7cbfced9
18 changed files with 353 additions and 1 deletions
+1
View File
@@ -90,6 +90,7 @@ When defining the `templates` array it will override the default set of template
"@backstage/cli/templates/plugin-common-library",
"@backstage/cli/templates/web-library",
"@backstage/cli/templates/node-library",
"@backstage/cli/templates/catalog-provider-module",
"@backstage/cli/templates/scaffolder-backend-module"
]
}