https://github.com/xdev-software/template-distributor
Distributes Templates to Template repos
https://github.com/xdev-software/template-distributor
distributor template
Last synced: 4 months ago
JSON representation
Distributes Templates to Template repos
- Host: GitHub
- URL: https://github.com/xdev-software/template-distributor
- Owner: xdev-software
- License: apache-2.0
- Created: 2023-03-14T10:22:43.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T03:06:58.000Z (over 1 year ago)
- Last Synced: 2025-02-25T14:55:55.901Z (12 months ago)
- Topics: distributor, template
- Homepage:
- Size: 114 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://github.com/xdev-software/template-distributor/actions/workflows/distribute.yml?query=branch%3Amaster)
# Template Distributor
Distributes Templates to Template repos
(as it's not possible to run workflows inside Template Repos)
## Overview
Templates are distributed with the following hierarchy:
```mermaid
graph TD;
base[base] --> java
java-setup[java-setup] --> java[java]
java --> intellij-plugin[intellij-plugin]
java --> standard-maven[standard-maven]
standard-maven --> vaadin-addon[vaadin-addon]
standard-maven --> openapi-client-maven[openapi-client-maven]
```