winget install --id=GeodeSDK.GeodeCLI -e
Command line utilities for working with the Geode SDK
Geode CLI: Streamlining Your Workflow with Command-Line Utilities
Primary Purpose:
Geode CLI is a command-line tool designed to enhance your experience working with the Geode SDK, particularly for those involved in creating or managing mods for Geometry Dash. This utility simplifies interactions between your development environment and the Geode platform.
Key Features:
Audience & Benefits: Ideal for developers and content creators working with Geode and Geometry Dash, Geode CLI offers a robust set of tools that automate tasks, reduce manual errors, and simplify mod creation and distribution. By leveraging these utilities, users can focus on creativity and development while the CLI handles the logistics.
Geode CLI is available via winget, ensuring easy installation across supported platforms. With its focused approach to utility and integration, Geode CLI stands as an essential companion for anyone delving into Geode SDK projects.
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