JSPM

god-nextapp-project

1.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q38464F
  • License MIT

CLI to initialize a Next.js project with Prisma, Tailwind v4, Clerk, TypeScript, shadcn (neutral theme), and custom folders.

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-project

Step 2

npx create-god-nextapp-project my-app
OR
npx create-god-nextapp-project ./