GitHub - composablehorizons/composables-cli: Set up new Compose Multiplatform apps with a single command.

Composables CLI

Set up new Compose Multiplatform apps with a single command.

Demo

Installation

curl -fsSL https://composables.com/get-composables.sh | bash

Warning

The CLI tool has only be tested on Mac, but it should work on other platforms. If you face any issues with it, kindly open an issue.

Quick Usage

composables init composeApp
cd composeApp
./gradlew run