Create React Projects instantly with Vite or Next.js, pre-configured with essential developer tools.
- ⚡ Lightning Fast Setup - Get started in seconds
- 🚀 Framework Choice - Vite or Next.js scaffolding
- 📦 Package Manager Options - Choose npm or pnpm
- ⚙️ Pre-configured Tools - TypeScript, ESLint, Prettier, Jest, and Husky
- 🔄 GitHub Actions Integration - CI/CD ready
- 🛡️ Snyk Security Scanning - Built-in security checks
- 🚢 Deployment Ready - Deploy to Vercel, Netlify, or Render
- 🔄 Git Initialized - Version control ready to go
# Using npm
npx create-app-booster
# Using yarn
yarn create app-booster
# Using pnpm
pnpm create app-booster
When you create a project with Create App Booster, you get:
- ESLint - Identify and fix problems in your code
- Prettier - Format your code consistently
- Jest - Testing framework for JavaScript
- Husky - Run scripts before commits
- GitHub Actions - Automated testing and workflows
- Snyk Integration - Detect and fix vulnerabilities
Pre-configured for one-click deployment to:
- Vercel
- Netlify
- Render
npm i create-app-booster -g
create-app-booster
--template
- Choose template (next, vite) [default: next]--ts
or--typescript
- Use TypeScript [default: false]--pm
- Package manager to use (npm, yarn, pnpm) [default: npm]--eslint
- Include ESLint configuration [default: true]--prettier
- Include Prettier configuration [default: true]--jest
- Include Jest configuration [default: true]--husky
- Include Husky configuration [default: true]--snyk
- Include Snyk security scanning [default: true]
For more detailed documentation, please visit our documentation page.
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
We value your feedback! Please share your experience using Create App Booster through our feedback form on the website.
If you find this project helpful, please consider giving it a star on GitHub!
Made with ❤️ by Saksham Goel