create-next-starter-app-template
v1.0.3
Published
Create a new Next.js project with pre-configured tools and infrastructure
Readme
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
npx create-next-starter-app-templateWhat it creates
- Next.js 15 with App Router
- React 19
- TypeScript
- Tailwind CSS v4
- ESLint + Prettier
- Jest + React Testing Library
- Husky + lint-staged
- Pre-built components and utilities
- Existing folder structure
