@bill742/create-nextstarter
v1.3.1
Published
Create a new project from the NextStarter boilerplate
Downloads
258
Readme
create-nextstarter
Scaffold a new Next.js project based on the NextStarter Lite boilerplate with a single command.
Usage
npx @bill742/create-nextstarter my-project
cd my-project
npm run devWhen prompted, choose your preferred package manager: npm (default), pnpm, bun, or yarn. Enter n to skip installation.
What it does
- Clones the NextStarter template
- Cleans up template-only files (
.git,CLAUDE.md,CHANGELOG.md, etc.) - Copies
.env.example→.env - Sets the project
nameandversioninpackage.json - Optionally installs dependencies with your choice of npm, pnpm, bun, or yarn
Requirements
- Node.js 18 or higher
- Git
