Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.38 KB

README.md

File metadata and controls

55 lines (41 loc) · 1.38 KB

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.

geode-cli-bin

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