Command-line utilities for working with Geode SDK.
For more information see its page on the docs.
The CLI is typically invoked for you by Geode's build system, but it does have some standalone features:
# Walks you through creating a Geode mod via a template
geode new
# Runs Geometry Dash from the default profile
geode run
# Installs the sdk. For more info see the docs
geode sdk install
# Uploads a mod to the index. For more info see the docs
geode index mods create
(For more in depth information see the docs.)
scoop bucket add extras
scoop install geode-sdk-cli
This may be out of date. Sorry!
winget install GeodeSDK.GeodeCLI
brew install geode-sdk/geode/geode-cli
We provide linux binaries in every release.
Note: This package is unofficial and not maintained by us. Use at your own risk.
Note: This requires a local rust installation, and may take a very long time
cargo install --git https://github.com/geode-sdk/cli