Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 753 Bytes

File metadata and controls

20 lines (13 loc) · 753 Bytes

rmp-cli

rmp-cli is the Rust Multiplatform orchestration CLI used for scaffolding and running RMP app templates.

Docs

Purpose

The CLI is intentionally operational:

  • scaffold project layouts (rmp init)
  • run health checks (rmp doctor)
  • generate/bind platform glue (rmp bindings ...)
  • run target apps (rmp run ios|android|iced)

Business logic and state for generated apps should stay in Rust core crates; platform code should follow the adapter-window model in docs/rmp.md.