composables-cli
Introduction: Set up new Compose Multiplatform apps with a single command.
Tags:
Set up new Compose Multiplatform apps with a single command.
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
