Skip to content

Fox-Alpha/godot-dev-toolkit

Repository files navigation

godot-dev-toolkit

Hub-Repository für Godot-Entwicklungstools — Hub-and-Spoke-Architektur mit Git Subtrees.

Jedes Tool lebt in einem eigenen GitHub-Repo und ist hier per Git Subtree eingebunden. Änderungen können direkt in diesem Hub-Repo gemacht und per git subtree push in die jeweiligen Tool-Repos zurückgespielt werden.


Tools

Tool Verzeichnis Repo Beschreibung
Export Builder export_builder/ godot-export-builder Bash-Script für Godot CLI-Exporte
Changelog Generator changelog_generator/ godot-changelog-generator Generiert Markdown-Changelogs aus Git-Historie
Export GUI py_export_gui/ godot-export-gui Python/PySimpleGUI Export-Oberfläche
LSP Bridge godot_lsp_bridge/ godot-lsp-bridge Verbindet Copilot mit Godot's GDScript LSP
Ollama Tools godot_ollama_tools/ godot-ollama-tools Lokales Ollama-Toolkit für Godot-Entwicklung
AI Instructions godot_ai_instructions/ godot-ai-instructions Skills, Rules, Styleguides für AI Assistenten

Verwandte Repos (kein Subtree)

Repo Beschreibung
godot-export-app C#/Avalonia-Port von Export GUI (in Planung)

Archiv

  • archive/build_export_win_batch — Windows Batch Export Script, nicht weiterentwickelt, siehe Wiki

Git Subtree Workflow

# Änderungen aus Tool-Repo in Hub holen:
git subtree pull --prefix=export_builder export-builder main --squash

# Änderungen aus Hub ins Tool-Repo pushen:
git subtree push --prefix=export_builder export-builder main

Remotes sind mit Kurzname registriert (export-builder, changelog-gen, export-gui, lsp-bridge, ollama-tools, ai-instructions).


Dokumentation

Wiki

Styleguides und AI-Instructions: .github/instructions/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors