1.0.2 • Published 8 months ago

create-mino v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

create-mino

A CLI tool for creating modern React applications with best practices and popular libraries.

Features

  • ⚡️ Vite for lightning fast development
  • 🎯 TypeScript support out of the box
  • 🎨 TailwindCSS for styling
  • 🚀 ShadcnUI components
  • 📱 Responsive design setup
  • 🌓 Dark mode support
  • 🧩 Component library ready
  • 📊 State management options
  • 🔄 Data fetching setup
  • ✨ Best practices included

Quick Start

# Using npx (recommended)
npx create-mino

# Or install globally
npm install -g create-mino
create-mino

Options

The CLI will guide you through the following options:

  • Project name
  • Package manager (npm, yarn, pnpm, or bun)
  • Libraries and tools selection

Available Libraries

  • Data Fetching & State Management

    • TanStack Query
    • Axios
    • Zustand
    • Jotai
  • UI & Components

    • Shadcn UI
    • Radix UI
    • React Icons
    • Lucide React
  • Forms & Validation

    • React Hook Form
    • Zod
    • Yup

And many more!

License

MIT