Releases: Saksham-Goel1107/create-app-booster
One-line Setup for Vite + React or Next.js + Vercel, with DevOps Superpowers
Spin up a modern frontend project with Vite + React or Next.js (Vercel-ready) — all from a single command.
✅ Includes:
⚡ Project scaffolding (Vite or Next.js)
🐶 Husky pre-commit hooks (lint, prettier, etc.)
🔁 GitHub Actions CI/CD pipeline
🔐 Jest Testing
🔐 Snyk security scanning integration
📦 Usage
npm install -g create-app-booster
create-app-booster
Vite + React
Next.js (Vercel-ready)
Based on your selection, it will:
Run the appropriate init command (npm create vite@latest or npx create-next-app)
Set up Husky for Git hooks
Add GitHub Actions for automated testing/deployment
Integrate Snyk for dependency security
🛠 Why?
Because bootstrapping modern frontend projects shouldn't feel like devops.
Let me know if you want to tweak the tone (funny, more technical, etc.) or need a README version with markdown badges and visuals.