Usage

npx launch-express@latest

Commands

new

Generates a new Launch Express project.
npx launch-express@latest new <project-name>
If you want to generate a new project with default settings, you can use the following command:
npx launch-express@latest new <project-name> --default
This will generate a new project with default settings:
  • Better-auth authentication
  • Stripe payments
  • Google OAuth
  • PostgreSQL database
  • No Analytics

update

Updates the Launch Express project.
npx launch-express@latest update

generate-schema

Updates the Better-auth schema for the Launch Express project with the existing database schema.
npx launch-express@latest generate-schema