Switch repository docs to English README workflow
All checks were successful
Build Windows App / build-windows (push) Successful in 16m21s

This commit is contained in:
MrSphay
2026-05-02 00:10:52 +02:00
parent 98781f8e85
commit a5b9fc0cf7
5 changed files with 384 additions and 78 deletions

33
blueprint.json Normal file
View File

@@ -0,0 +1,33 @@
{
"ids": {
"github": "MrSphay/envHelper"
},
"badges": [
{
"alt": "Platform",
"img": "https://img.shields.io/badge/platform-Windows-2563eb",
"url": "https://git.wilkensxl.de/MrSphay/envHelper"
},
{
"alt": "Stack",
"img": "https://img.shields.io/badge/stack-Electron%20%2B%20React%20%2B%20TypeScript-0f766e",
"url": "https://www.electronjs.org/"
},
{
"alt": "Build",
"img": "https://img.shields.io/badge/build-Gitea%20Runner-a855f7",
"url": "https://docs.gitea.com/usage/actions/overview"
},
{
"alt": "Version",
"img": "https://img.shields.io/badge/version-0.1.0-111827",
"url": "https://git.wilkensxl.de/MrSphay/envHelper"
}
],
"headingPrefix": {
"1": "",
"2": ""
},
"line": "https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png",
"text": "A local Windows desktop app for turning .env templates into deployable configuration files."
}