A CLI tool to scaffold a Nuxt application with opinionated defaults including:
- ✨ ESLint with Anthony Fu's config
- 🎨 Tailwind CSS with Vite plugin
- 🧩 Shadcn/vue components
- 🎬 Motion-v animations
- 📁 App directory structure (Nuxt 4 default)
- 📦 pnpm
pnpm dlx @kerunix/nuxt-init my-app
## What it does
1. Scaffolds a new Nuxt 3 project
2. Installs and configures ESLint with @antfu/eslint-config
3. Sets up Tailwind CSS with proper configuration
4. Installs and configures Shadcn/vue with correct paths
5. Adds Motion-v for animations
## Requirements
- Node.js 18+
- pnpm, npm, or yarn
## License
MIT