# create-rainbow-app

Easily bootstrap your **RainbowKit**-based project with a single command!  
Supports **`Bun`** and **`Yarn`** for dependency management. 🚀

---

## Features

- Clone a pre-configured [RainbowKit](https://www.rainbowkit.com/) template repository.
- Installs dependencies with **Bun** (preferred) or **Yarn** automatically.
- Provides clear next steps for starting your development server.

---

## Usage

You can use this CLI tool with **bun** or **npx**:

### Bun
```bash
bun create rainbow-app@latest <project-name>
```