moonup 0.1.0-alpha.1

Manage multiple MoonBit installations
Documentation

moonup

Manage multiple MoonBit installations

cicd release crates-svg license downloads

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
Usage: moonup [OPTIONS] <COMMAND>

Commands:
  install  Install or update a MoonBit toolchain
  pin      Pin the MoonBit toolchain to a specific version
  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

Development

Prerequisites: Git, Rust

# clone the repo
git clone https://github.com/chawyehsu/moonup
cd moonup
# build
cargo build
# run and test
cargo run -- help

License

moonup © Chawye Hsu. Released under the Apache-2.0 license.

Blog · GitHub @chawyehsu · Twitter @chawyehsu