CLI tools
generate-next-app
A wrapper around create-next-app that bootstraps Next.js projects with my default packages and configs — no manual setup steps.
- cli
- nextjs
- scaffolding
- javascript
- typescript
generate-next-app
generate-next-app wraps create-next-app and bolts on the things I'd otherwise add by hand every time I start a Next.js project: my ESLint config, Prettier, strict TypeScript, path aliases, and the dependencies I almost always reach for from the first commit.
The idea is the same as webpack-nexus: project bootstrap is a pile of small decisions you've already made in previous projects. Rather than re-making them, this CLI applies them in one go.
For usage details, see the README on GitHub.