Skip to content

EmilFlach/instant-compose

 
 

Repository files navigation

Instant Compose

Start building your Compose app within a minute using any editor. See it in action: https://emilflach.github.io/instant-compose

Get Started

1. Install the CLI

curl -fsSL https://emilflach.github.io/instant-compose/get.sh | bash

2. Create your app

instant-compose init myApp
cd myApp
./gradlew :dev:run
Troubleshooting

A. Missing curl?

apt-get update && apt-get install curl

B. Refresh Terminal

source ~/.bashrc

or

source ~/.zshrc

Built on top of composables-cli by Alex Styl

About

Start building your Compose app within a minute using any editor.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 72.5%
  • HTML 26.6%
  • Other 0.9%