An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Distribution Workflow](https://img.shields.io/github/actions/workflow/status/xdev-software/template-distributor/distribute.yml?branch=master&label=distribution)](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]
```