create-your-stack
v0.0.8
Published
A CLI tool to quickly bootstrap a modern Expo app with **Bun**, **Uniwind**, **Convex**, **Clerk**, and **Zustand**.
Readme
create-your-stack
A CLI tool to quickly bootstrap a modern Expo app with Bun, Uniwind, Convex, Clerk, and Zustand.
Features
- ⚡️ Bun: Fast JavaScript runtime and package manager
- 📱 Expo + Expo Router: File-based routing for React Native
- 🎨 Uniwind: Tailwind CSS for React Native
- 💾 Convex: Reactive backend-as-a-service
- 🔐 Clerk: Authentication and user management
- 🐻 Zustand: Small, fast, and scalable state management
Usage
Run the following command to create a new project:
# Using Bun (Recommended)
bunx create-your-stack my-app
# Using npx
npx create-your-stack my-appOptions
| Flag | Description | Default |
|------|-------------|---------|
| --dry-run | Print commands without executing them | false |
| --no-clerk | Skip installing Clerk authentication | false |
| --no-convex | Skip installing Convex backend | false |
| --no-uniwind | Skip installing Uniwind (Tailwind CSS) | false |
Prerequisites
- Bun must be installed on your machine.
