Getting Started
CLI
The Launch Express CLI is a command-line interface tool that helps you generate and manage your Launch Express project. This documentation covers the setup and usage of the CLI.
Usage
Commands
new
Generates a new Launch Express project.
If you want to generate a new project with default settings, you can use the following command:
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.
Was this page helpful?