Package Exports
- god-nextapp-project
- god-nextapp-project/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (god-nextapp-project) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
🚀 create-god-nextapp-project
A simple CLI tool to quickly bootstrap a Next.js project with best practices and pre-configured setup.
Stop wasting time on repetitive boilerplate — start building instantly!
✨ Features
- ⚡ Next.js – App Router with full support for server & client components
- 🎨 Tailwind CSS – Utility-first styling out of the box
- 🧩 shadcn/ui – Pre-configured UI components for fast development
- 📘 TypeScript – Strong typing and IntelliSense support
- 🎬 Framer Motion – Smooth and beautiful animations
- 🛠️ ESLint & Prettier – Code formatting and linting set up for you
- 📂 Clean Project Structure – Follows best practices
📦 Installation
You can use npx (recommended, no global install required):
Step 1
npm i god-nextapp-projectStep 2
npx create-god-nextapp-project my-app
OR
npx create-god-nextapp-project ./