create-rainbow-app
Version:
A Module to make DAPP easily and quickly
78 lines (48 loc) • 1.58 kB
Markdown
# 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**, **npx**, or other package managers:
### From npm Registry (recommended)
#### Bun
```bash
bun create rainbow-app@latest <project-name>
```
#### NPX
```bash
npx create-rainbow-app@latest <project-name>
```
#### Yarn
```bash
yarn create rainbow-app <project-name>
```
### From GitHub Packages
This package is also available on GitHub Packages:
```bash
# Configure npm to use GitHub Packages for the @patel96 scope
npm config set @patel96:registry https://npm.pkg.github.com
# Install using npx
npx @patel96/create-rainbow-app <project-name>
```
## Installation
If you want to install the package globally:
### From npm Registry
```bash
npm install -g create-rainbow-app
```
### From GitHub Packages
```bash
npm install -g @patel96/create-rainbow-app
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Author
[PATEL96](https://github.com/PATEL96)