Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/georges034302/trailer-viewer-generator

Trailer views generator uses Python and XSL scripts running on Docker hosted on GitHub to generate XML and HTML from YAML
https://github.com/georges034302/trailer-viewer-generator

bash docker githubaction python xml yaml

Last synced: about 8 hours ago
JSON representation

Trailer views generator uses Python and XSL scripts running on Docker hosted on GitHub to generate XML and HTML from YAML

Awesome Lists containing this project

README

        

# trailer-viewer-generator
This Generator repo
* Installs and runs ubuntu on Docker
* Installs Python3.10 python3-pip and PyYAML
* Runs trailer.py to transform YAML to XML
* Runs xsltransformer.py to transform the generated XML to HTML using XSL technology and Python
* Runs entrypoint.sh to initiate and push to the trailer-viewer repo

``The Generator detects new commits in trailer-viewer repo and automatically deploy the changes using GitHub actions``