Whether it is Makepad or GenUI, the usage of init, check, install, config, run, wasm commands are the same
You only need to pay attention to: create, studio, pkg
And init, check, config are all automatic
init - Initialize RactInitialize or reset the CLI. Ract will generate:
.env
chain/
chain/env.tomlOutput:
check - Check the toolchainCheck if the required tools and dependencies are installed. Options include:
[cargo, rustc, git][makepad (gen_ui, makepad)]Interactive dialog example:
install - Install toolchainInstall tools and dependencies required for development. Available options:
rustc, cargogitgen_components, wasm_build.Interactive dialog example:
config - Configure the CLISet or update environment variables and CLI configuration.
In most cases, you don't need to configure anything unless you already have Ract-related dependencies and need to point to them
Interactive dialog example: