feat(create-app): add catalog-info.yaml in the created app (#2759)

* Add template for catalog-info

* Update docs
This commit is contained in:
Tianyi Song
2020-10-07 15:05:22 +08:00
committed by GitHub
parent af85ba3198
commit 153d4f866a
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,13 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: {{name}}
description: An example of a Backstage application.
# Example for optional annotations
# annotations:
# github.com/project-slug: spotify/backstage
# backstage.io/techdocs-ref: github:https://github.com/spotify/backstage.git
spec:
type: website
owner: john@example.com
lifecycle: experimental