An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Composables CLI

Set up new Compose Multiplatform apps with a single command.

![Demo](https://github.com/user-attachments/assets/c60cfcf9-1fec-4364-953f-1a8a2ce3d9c6)

## 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
```