https://github.com/0xsarwagya/next-genie
Opinionated CLI tool to bootstrap Next.js projects effortlessly, tailored for my personal workflow. 🚀
https://github.com/0xsarwagya/next-genie
Last synced: 2 months ago
JSON representation
Opinionated CLI tool to bootstrap Next.js projects effortlessly, tailored for my personal workflow. 🚀
- Host: GitHub
- URL: https://github.com/0xsarwagya/next-genie
- Owner: 0xsarwagya
- License: mit
- Created: 2024-12-17T13:55:48.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T13:32:30.000Z (6 months ago)
- Last Synced: 2024-12-18T14:37:56.554Z (6 months ago)
- Language: TypeScript
- Size: 207 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![]()
Next Genie
Next-Genie is a personal, opinionated CLI tool to kickstart Next.js projects with all the essential configurations and dependencies already in place. No more wasting time on boilerplate; just run the command, and you're ready to go!
Report Bug
·
Request Feature
## About
#### "Why spend 5 minutes on something when you can spend 5 hours automating it?"
> The Fireship Book Of Awesomeness (Github Actions Chapter) 0:00Well, I took that to heart. This tool automates my Next.js project setup, so I can focus on what matters—building awesome features. 🚀
## Features
1. **Next.js**
- Automated setup with the latest Next.js version.2. **BiomeJS**
- Linting setup with Biome for cleaner and more consistent code.3. **Commitizen for Semantic Commits**
- Automatically sets up Commitizen for semantic versioning and structured commit messages.4. **Custom Style Configuration**
- Custom Tailwind Styles and CSS Styles
- Extra colors and themes from shadcn5. **Zod Env Validation**
- Zod setup for validating environment variables.6. **ShadCN**
- Integrated with ShadCN to quickly generate UI components with TailwindCSS and TypeScript.7. **Tailwind CSS**
- Full TailwindCSS setup with a custom configuration and commonly used styles (e.g., colors, spacing, fonts).8. **AuthJS v4** (Optional)
- Basic integration with AuthJS v4 for authentication (v5 when stable).9. **Prisma** (Optional)
- Prisma setup for easy database management and integration.