base
This commit is contained in:
8
examples/template/content/catalog-info.yaml
Normal file
8
examples/template/content/catalog-info.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: ${{ values.name | dump }}
|
||||
spec:
|
||||
type: service
|
||||
owner: user:guest
|
||||
lifecycle: experimental
|
1
examples/template/content/index.js
Normal file
1
examples/template/content/index.js
Normal file
@@ -0,0 +1 @@
|
||||
console.log('Hello from ${{ values.name }}!');
|
5
examples/template/content/package.json
Normal file
5
examples/template/content/package.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "${{ values.name }}",
|
||||
"private": true,
|
||||
"dependencies": {}
|
||||
}
|
Reference in New Issue
Block a user