npm.io
1.0.4 • Published 2d agoCLI

create-next-starter-app-template

Licence
MIT
Version
1.0.4
Deps
1
Size
4 kB
Vulns
0
Weekly
0

create-next-starter-app-template

A CLI tool to quickly create new Next.js projects with pre-configured tools and infrastructure using a next-starter-app template I created.

Usage

pnpm dlx create-next-starter-app-template

Requires Node.js 22 or newer and pnpm 11.

What it creates

  • Next.js 16 with App Router
  • React 19
  • TypeScript
  • Tailwind CSS v4
  • ESLint + Prettier
  • Vitest + React Testing Library
  • Husky + lint-staged
  • Pre-built components and utilities
  • Existing folder structure