create-loafy
v1.2.5
Published
Create Loafy apps with one command
Maintainers
Readme
Loafy is currently in beta. This project has only been under development for 5 days, so you may experience rapid changes and potential instability.
See GitHub for more info, documentation, and updates.
Features
- 🚀 Modern Full-Stack Templates: Get started with production-ready Next.js and other frameworks
- 📦 Modular Package System: Choose from a curated collection of popular packages and integrations
- 🎯 Interactive CLI: User-friendly command-line interface with smart prompts and validation
- ⚡ Multiple Package Managers: Support for npm, pnpm, yarn, and bun
- 🎨 Best Practices: Generated projects follow industry standards and best practices
- 🔒 Type-Safe: Full TypeScript support with proper type definitions
Quick Start
Using npx (Recommended)
npx create-loafy@latest my-app
# or...
bun create loafy@latest my-appUsing global installation
Install Loafy globally:
npm install -g loafy # or pnpm add -g loafy # or yarn global add loafy # or bun add -g loafyCreate a new project:
loafy init my-appNavigate to your project:
cd my-appStart developing:
npm run dev # or pnpm dev # or yarn dev # or bun dev
