@bill742/create-nextstarter
v1.1.1
Published
Create a new project from the NextStarter boilerplate
Downloads
21
Readme
create-nextstarter
Scaffold a new Next.js project based on the NextStarter boilerplate with a single command.
Usage
npx create-nextstarter my-project
cd my-project
npm run devWhat 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 runs
npm install
Requirements
- Node.js 18 or higher
- Git
