UNPKG

create-filip-app

Version:

A modern CLI tool for creating Next.js applications with best practices, shadcn components, and MongoDB integration.

46 lines (33 loc) 1.34 kB
# Create Filip App A modern CLI tool for creating Next.js applications with the best practices and components. ## Installation ```bash # Use directly with npx npx create-filip-app ``` ## Features - 🚀 **Next.js App Router** setup with TypeScript - 🎨 **TailwindCSS** configured out of the box - 🧩 **Components System** with both UI and custom components - 📱 **Responsive layouts** option with grid and container components - 🎭 **Multiple themes** support in the interactive CLI -**Ultra-fast mode** for quicker setup - 📄 **Documentation** generation - 🔄 **Auto package manager detection** (npm, pnpm, yarn) - 🛡️ **Error recovery** with automatic fallbacks - 💅 **Beautiful CLI UI** with progress bars and interactive prompts ## Usage 1. Run the command and follow the prompts 2. Select your preferred package manager 3. Choose Components to install from the catalog 4. Configure additional options 5. Let the CLI set up your project automatically ## Options - **Interactive mode**: Provides a full-featured UI with theming and more options - **Standard mode**: Faster setup with essential prompts ## Automatic Fallbacks - Falls back to npm if pnpm installation fails - Creates fallback components if installation fails - Multiple component installation methods for reliability ## License MIT