Geode CLI GeodeSDK
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:
- Mod Creation: Easily create new mods using predefined templates, guiding you through setup with minimal effort.
- Game Execution: Run Geometry Dash directly from your default profile, integrating seamlessly into your workflow.
- SDK Management: Install and manage the SDK effortlessly, keeping your development environment up-to-date.
- Mod Distribution: Upload mods to the Geode index, streamlining the distribution process for wider accessibility.
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.
README
Geode Command Line
Command-line utilities for working with Geode SDK.
For more information see its page on the docs.
Usage
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
Installation
(For more in depth information see the docs.)
Windows (scoop)
scoop bucket add extras
scoop install geode-sdk-cli
Windows (Winget)
> This may be out of date. Sorry!
winget install GeodeSDK.GeodeCLI
MacOS (brew)
brew install geode-sdk/geode/geode-cli
Linux
We provide linux binaries in every release.
Arch Linux (Unofficial AUR package)
> Note: This package is unofficial and not maintained by us. Use at your own risk.
From source
> Note: This requires a local rust installation, and may take a very long time
cargo install --git https://github.com/geode-sdk/cli