From 2529fbb8869c907b32e3130f5859ce7c90de1325 Mon Sep 17 00:00:00 2001 From: Chris Livett Date: Wed, 8 Mar 2023 12:26:59 +1300 Subject: [PATCH] Added catalog-info.yaml file template --- catalog-info.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 00000000..1a50fca0 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,15 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: react-native-slider + tags: + - external + - fork + - public + - javascript + annotations: + github.com/project-slug: Thinkei/react-native-slider +spec: + type: library + system: core-technology + lifecycle: production