software-templates
software-templates copied to clipboard
Backstage Software Templates for creating a new software component
Hello, I have copied the repository to an private gitlab, and I would like to point them with a wildcard way. How can I do it? Is it possible? Thanks...
Good day. Would you kindly assign this to me , wish to add other single page applications like create-angular-app ?
The idea would be to add the fields for creating use cases, driveradpatar and entrypoints If you are interested, you could assign me the issue to work on.
Here is the discussion https://github.com/backstage/backstage/discussions/17146 but I wonder may you have plans/thoughts/inks regarding this? Thank you
I'm trying to build a component that will create a repository and push a new directory to an existing repository using one template. From my researching, I understand that I...
I tried to run scaffolder-templates/clean-architecture-app, but catalog-info.yaml showned "undefined:undefined". Wonder what am I missing? The code in catalog-info.yaml has ``` annotations: github.com/project-slug: ${{values.destination.owner + "/" + values.destination.repo}} ``` but I...
Hi, I would like to work on creating reusable and industry-standard application templates (boilerplates) for projects using Backstage's Scaffolder Template. My goal is to facilitate the quick initiation of new...
I am trying to create a scaffolder template based on clean architecture: https://github.com/backstage/software-templates/blob/main/scaffolder-templates/clean-architecture-app/skeleton/.github/workflows/gradle.yml This would make me think there is magic that allows scaffolder to update the values in the...
Where can I get the spec for the structure of the YAML that defines a `template.yaml`?
This is to use values in github actions - addresses #53