gdio : a cli tool for godot
I just released gdio, a CLI tool for managing Godot projects, editor versions, and export templates.
It can:
- Install/manage multiple Godot versions
- Automatically open a project with its required Godot version
- Bind specific Godot versions to projects
- Manage export templates
- Build/export projects from the terminal
- Build + upload projects to itch.io
For example:
# navigate to directory of your project
gdio add 4.7 # downloads godot for you
gdio # open project in edit mode
gdio game # open project in game mode
gdio -r # opens last project you opened (works in any directory)
gdio build # exports project
gdio up # exports then uploads to itch.io (need --setup before)
It's open source and available on GitHub.
gdio.seremtitus.co.ke
github.com/SeremTitus/gdio
Would you find this useful for your workflow? What feature my be a great addition?