Skip to content

A Command-Line Tool for Managing multiple Godot Engine versions

License

Notifications You must be signed in to change notification settings

Hamster5295/godo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Godo

A command-line tool for managing different versions of Godot Engine.

Written in PURE Rust.

Note

Currently Godo supports Windows only, and will soon catch up with macos and linux :D

Setup

  1. Download the latest .exe executable at the Releases Page
  2. Place it into an empty folder with a considerate name, e.g. godo
  3. Run command below from a cmd or a PowerShell:
setx "PATH" "%PATH%;path\to\godo"
  1. Run another cmd, and try the commands in Quick Start section out!

Quick Start

Install the latest stable version of Godot:

godo install

...with Mono support:

godo install -m

Install 3.x version:

godo install 3

Run Godot with latest stable version:

godo run

...with specified version:

godo run 3

See what's available to install:

godo available

...with prereleased versions:

godo available -p

What's already installed?

godo list

I don't want that version anymore!

godo uninstall 4.2-stable

About

A Command-Line Tool for Managing multiple Godot Engine versions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages