create-next-rkk
v1.1.0
Published
CLI tool to create Next.js apps with rkk-next pre-configured
Maintainers
Readme
create-next-rkk
The easiest way to create a new Next.js app with rkk-next pre-configured!
🚀 Quick Start
npx create-next-rkk@latest my-app
cd my-app
npm run devThat's it! Your Next.js app with rkk-next is ready.
📋 What You Get
✅ Next.js latest version
✅ rkk-next pre-installed and configured
✅ SEO setup with MetaManager
✅ TypeScript support (optional)
✅ Pages Router or App Router (your choice)
✅ Best practices included
🎯 Usage
Interactive Mode
npx create-next-rkk@latestYou'll be prompted for:
- Project name
- Router type (Pages or App)
- TypeScript (yes/no)
- Install dependencies (yes/no)
With Project Name
npx create-next-rkk@latest my-awesome-appNon-Interactive Mode
npx create-next-rkk@latest my-app --router app --typescript --install📦 What's Included
Pages Router Setup
_app.tsxwith Web Vitals reportingindex.tsxwith MetaManager and SmartLink- Pre-configured examples
App Router Setup
layout.tsxwith generateAppMetadatapage.tsxwith JSON-LD- Modern App Router patterns
🔧 Post-Installation
After creating your app:
cd your-app-name
npm run devVisit http://localhost:3000 to see your app!
📚 Learn More
🐛 Issues
Report issues at: https://github.com/ROHIT8759/rkk-next/issues
📄 License
MIT © Rohit Kumar Kundu
