nextjs-starter-cli
v1.1.0
Published
A CLI tool to start Next.js projects with custom configurations
Maintainers
Readme
Next Starter CLI
A professional, modular CLI for scaffolding production-ready Next.js projects with a custom technology stack.
🚀 Quick Start
npx nextjs-starter-cli🛠️ Features
- App Router Support: Standard Next.js structure.
- TypeScript: Pre-configured
tsconfig.jsonand types. - Tailwind CSS: Instant styling setup with modern paths.
- ESLint: Pre-configured with Next.js core web vitals.
- Testing: Support for Cypress, Playwright, and Vitest.
- Databases: Easy initialization for Prisma and Drizzle.
📖 Documentation
Detailed guides for developers and AI agents:
- 📁 Architecture Overview - How the engine works.
- 📁 Adding Features - Instructions for expanding the CLI.
- 📁 Testing & QA - Using the verification script.
- 📁 AI Agent Guide - Rules for AI-assisted development.
👨💻 Development
Setup
git clone https://github.com/shadil-rayyan/nextjs-starter-cli
npm installVerification
Always run the audit before committing new features:
node verify-features.mjsLocal Testing
npm link
# then run in a test folder:
nextjs-starter📄 License
ISC
