@santhprasad/orbit-cli
v1.4.5
Published
Orbit unified runtime (desktop + Android builder)
Downloads
7
Maintainers
Readme
orbit (prebuilt CLI)
Minimal CLI to run desktop (prebuilt binary) and build Android APK from your web UI.
Install (local test)
npm i -g .Desktop
set ORBIT_UI=http://localhost:3000
orbit devPlace your prebuilt binary at runtime/desktop/orbit-desktop.exe or set ORBIT_DESKTOP_BIN.
Android
# In your web project folder (where your dist/build/public exists)
orbit build apk --release
# APK will be at ./dist/orbit-app-release.apkThe CLI will bootstrap the Gradle wrapper automatically if missing.
