Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.83 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.83 KB

telestion-extension-template

An extension template to quickly deploy Telestion extensions for your needs.

Usage

  1. Go to the GitHub repository:
    https://github.com/wuespace/telestion-extension-template

  2. Click "Use this template" in the GitHub UI.
    "Use this template" button in the GitHub UI

  3. Enter your new extension information and press "Create repository from template".
    Repository creation from GitHub Template

  4. When the creation has finished, go to the actions page.
    GitHub Actions Page

  5. Search for the "Initialize" action and select it in the sidebar.
    The "Initialize" action in the actions sidebar

  6. Select "Run workflow" and enter your preferences before clicking the green "Run workflow" button.
    Screenshot_20210810_204402

  7. Let the magic happen. 😉

  8. Before you begin, please add a personal access token to the GitHub secrets with packages:read scope and name it READ_PACKAGES. It allows the Actions to access the telestion-core packages in the GitHub Maven package registry.

  9. Finished!

Contributing

For the documentation on contributing to this repository, please take a look at the Contributing Guidelines.

About

This is part of Telestion, a project by WüSpace e.V..