create-tailor-app
v1.3.0
Published
A CLI tool to scaffold new Tailor projects with Next.js, Tailwind CSS, and more
Maintainers
Readme
Create Tailor App
A CLI tool to quickly scaffold new Tailor projects with best practices and modern tooling.
Usage
npx create-tailor-app my-projectNote: The Nuxt Tailor scaffold uses
pnpmexclusively. Other frontend scaffolds allow selectingnpm,pnpm, oryarn.
Features
- 🎨 Beautiful terminal experience with ASCII art and colors
- ⚡️ Next.js 14+ with App Router
- 🔋 Nuxt 4 support
- 🎨 Tailwind CSS for styling
- 📁 Pre-configured folder structure
- 🌐 i18n ready (next-intl for Next.js, @nuxtjs/i18n for Nuxt)
- 🔧 TypeScript support
- 📦 ESLint and Prettier configured
Project Types
Frontend
- React/Next.js: Modern Next.js setup with Tailwind CSS (Tailor scaffold or create-next-app)
- Vue/Nuxt: Nuxt 4 setup with Tailwind CSS, Pinia, Vitest, and Cursor reviewer (Tailor scaffold or create-nuxt-app)
AI
- Agents (LangGraph): Python template for agentic workflows
- RAG (Retrieval): Python template for retrieval-based applications
Contentful
- Migrations: TypeScript scaffold for Contentful migration scripts
Backend
- Azure Functions API (TypeScript): Azure Functions v4 with Clean Architecture, esbuild, Jest, Winston, and Zod
Mobile
Coming soon
Development
# Install dependencies
pnpm install
# Build the CLI
pnpm build
# Test locally
pnpm testLicense
MIT © Tailor Hub
