raxon-cli 0.0.9

CLI for the raxon UI framework: scaffold, build, and run Rust apps on iOS, Android, and the web.
raxon-cli-0.0.9 is not a library.

rax CLI — project scaffolding and development tool.

Usage: rax new Create a new raxon app project rax doctor Print environment diagnostic info rax build [--target <ios-sim|ios|android|web|macos>] [--dry-run] Build or print a platform target rax run [--target <ios-sim|ios|android|web>] [--dry-run] Build and run a platform host rax test [-- ] Run cargo test, forwarding extra args rax lint Run cargo clippy --all-targets rax fmt [--check] Run cargo fmt (or check formatting) rax add Print the cargo add command for a crate rax generate [--target android|web|all] [--glue-only] Generate platform host bindings/shells rax --version Print the rax version rax --help Print help