Blast off with zero-config project setups!
A lightning-fast CLI to generate modern web app boilerplates with authentication, databases, and more (coming soon).
- One-command project scaffolding for:
- Next.js (App Router)
- React + Vite
- Express.js APIs
- Built-in Auth Templates:
- Supabase | Firebase | NextAuth.js
- Developer Experience:
- TypeScript-ready
- Auto-installs dependencies
- Git initialized with .gitignore
npm install -g take-flight-cli
# or
yarn global add take-flight-clitake-flight initContributions are welcome! Whether you’re fixing bugs, adding templates, or improving docs, your help makes this tool better for everyone.
git clone https://github.com/yourusername/take-flight.git
cd take-flightnpm install
npm run dev # Start live-reload for CLI testing- Check the good first issues tag for beginner-friendly contributions.
- Discuss your idea in a new issue before coding to avoid overlap.
- Branch from main:
git checkout -b feat/your-feature - Follow the commit convention (e.g., feat: add Next.js template).
- Test changes with npm test (add tests if applicable).
- Document updates in the README if needed.