Skip to content

A boilerplate generator that supports popular web development libraries, with built-in auth and database integration.

Notifications You must be signed in to change notification settings

CaedusSolo/TakeFlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Take Flight CLI

npm version License: MIT PRs Welcome Contributions Welcome

Blast off with zero-config project setups!
A lightning-fast CLI to generate modern web app boilerplates with authentication, databases, and more (coming soon).


Features

  • 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

Quick Start

1. Install Globally

npm install -g take-flight-cli
# or
yarn global add take-flight-cli

2. Generate a Project

take-flight init

Contributing

Contributions are welcome! Whether you’re fixing bugs, adding templates, or improving docs, your help makes this tool better for everyone.

How to Contribute

1. Fork the repo and clone it locally:

git clone https://github.com/yourusername/take-flight.git
cd take-flight

2. Set up dev environment:

npm install
npm run dev  # Start live-reload for CLI testing

3. Pick an issue or propose a new feature:

  • Check the good first issues tag for beginner-friendly contributions.
  • Discuss your idea in a new issue before coding to avoid overlap.

4. Submit a Pull Request (PR):

  • 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.

About

A boilerplate generator that supports popular web development libraries, with built-in auth and database integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published