Initial commit

This commit is contained in:
Med Mouine
2024-04-15 12:49:10 -04:00
commit aab6410176
54 changed files with 1808 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: ${{ values.name | dump }}
spec:
type: service
owner: user:guest
lifecycle: experimental

View File

@@ -0,0 +1 @@
console.log('Hello from ${{ values.name }}!');

View File

@@ -0,0 +1,5 @@
{
"name": "${{ values.name }}",
"private": true,
"dependencies": {}
}