some improvement on the readme.md ; and LOGO!!!

This commit is contained in:
rattatwinko
2025-05-21 19:15:15 +02:00
parent e00c62a7f8
commit 21ae48eb23
4 changed files with 8 additions and 2 deletions

BIN
logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

BIN
logo.xcf Normal file

Binary file not shown.

View File

@@ -12,6 +12,9 @@ Run this Script with Python 3.11 ; 3.9
This works with Gradle and Maven ; other Branch is for reliablitiy ; this one is for "Support" with larger *commercial* Builds
!:: Maven Building with the Master Branch ( this Version ) is broken! It will not build into a .JAR ; Building using the "nogradle" branch, will work ::!
"""
import os

View File

@@ -1,5 +1,8 @@
<img src="img.png" alt="logo image" width="100" height="100">
# Pommer
<div style="text-align: center;">
<img src="logo.png" alt="logo image" height="50">
</div>
---
**Pommer** is an internal Python tool designed to streamline CI workflow generation for **Java/Kotlin projects** using **Gradle**. It scans your project for build files, analyzes project metadata, and generates a Gitea CI workflow along with a local build script for convenience.