Skip to content

Commit

Permalink
chore(backstage): add catalog-info.yaml config file (#140)
Browse files Browse the repository at this point in the history
* Add catalog-info.yaml config file

* Update catalog-info.yaml
  • Loading branch information
shubhamp-sf authored Aug 1, 2023
1 parent ac4c0d4 commit 8670723
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: loopback4-notifications
annotations:
github.com/project-slug: sourcefuse/loopback4-notifications
namespace: arc
description: LoopBack 4 extension for setting up various notification mechanisms in loopback4 application, vis-a-vis, Push notification, SMS notification, Email notification.
tags:
- notifications
- email
- sms
- loopback
- extension
links:
- url: https://npmjs.com/package/loopback4-notifications
title: NPM Package
- url: https://loopback.io/doc/en/lb4/Extending-LoopBack-4.html#overview
title: Extending LoopBack
spec:
type: component
lifecycle: production
owner: sourcefuse

0 comments on commit 8670723

Please sign in to comment.