moonup
Manage multiple MoonBit installations

Getting Started
Download the latest release from GitHub releases, extract the archive and put the executables in a directory that is in your PATH.
Run moonup help to see the available commands.
$ moonup help
Moonup is a tool to manage multiple MoonBit installations.
If you find any bugs or have a feature request, please open an issue on
GitHub: https://github.com/chawyehsu/moonup/issues
Usage: moonup.exe [OPTIONS] <COMMAND>
Commands:
default Set the default toolchain
install Install or update a MoonBit toolchain
pin Pin the MoonBit toolchain to a specific version
show Show installed and currently active toolchains
which Show the actual binary that will be run for a given command
help Print this message or the help of the given subcommand(s)
Options:
-v, --verbose... Increase logging verbosity
-q, --quiet... Decrease logging verbosity
-h, --help Print help
-V, --version Print version
Development
Prerequisites: Git, Rust
git clone https://github.com/chawyehsu/moonup
cd moonup
cargo build
cargo run -- help
License
moonup © Chawye Hsu. Released under the Apache-2.0 license.
Blog · GitHub @chawyehsu · Twitter @chawyehsu