Command-line utilities for working with Noahh SDK.
For more information see its page on the docs.
The CLI is typically invoked for you by Noahh's build system, but it does have some standalone features:
# Walks you through creating a Noahh mod via a template
noahh new
# Runs Geometry Dash from the default profile
noahh run
# Installs the sdk. For more info see the docs
noahh sdk install
# Uploads a mod to the index. For more info see the docs
noahh index mods create(For more in depth information see the docs.)
scoop bucket add extras
scoop install noahh-sdk-cli
This may be out of date. Sorry!
winget install NoahhSDK.NoahhCLI
brew install noahh-sdk/noahh/noahh-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/noahh-sdk/cli