next-genie
v1.0.1
Published
<!-- Improved compatibility of back to top link: See: https://github.com/othneildrew/Best-README-Template/pull/73 --> <a id="readme-top"></a>
Downloads
126
Readme
About
"Why spend 5 minutes on something when you can spend 5 hours automating it?"
The Fireship Book Of Awesomeness (Github Actions Chapter) 0:00
Well, I took that to heart. This tool automates my Next.js project setup, so I can focus on what matters—building awesome features. 🚀
Features
Next.js
- Automated setup with the latest Next.js version.
BiomeJS
- Linting setup with Biome for cleaner and more consistent code.
Commitizen for Semantic Commits
- Automatically sets up Commitizen for semantic versioning and structured commit messages.
Custom Style Configuration
- Custom Tailwind Styles and CSS Styles
- Extra colors and themes from shadcn
Zod Env Validation
- Zod setup for validating environment variables.
ShadCN
- Integrated with ShadCN to quickly generate UI components with TailwindCSS and TypeScript.
Tailwind CSS
- Full TailwindCSS setup with a custom configuration and commonly used styles (e.g., colors, spacing, fonts).
AuthJS v4 (Optional)
- Basic integration with AuthJS v4 for authentication (v5 when stable).
Prisma (Optional)
- Prisma setup for easy database management and integration.