https://github.com/composablehorizons/composables-cli
Set up new Compose Multiplatform apps with a single command.
https://github.com/composablehorizons/composables-cli
compose-multiplatform kotlin
Last synced: 20 days ago
JSON representation
Set up new Compose Multiplatform apps with a single command.
- Host: GitHub
- URL: https://github.com/composablehorizons/composables-cli
- Owner: composablehorizons
- License: mit
- Created: 2025-12-06T05:22:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-12-10T17:50:14.000Z (6 months ago)
- Last Synced: 2025-12-11T01:14:16.762Z (6 months ago)
- Topics: compose-multiplatform, kotlin
- Language: Kotlin
- Homepage:
- Size: 11.7 MB
- Stars: 43
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Composables CLI
Set up new Compose Multiplatform apps with a single command.

## Installation
```shell
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
```shell
composables init composeApp
cd composeApp
./gradlew run
```