feat(web): add og image

This commit is contained in:
Aman Varshney
2025-08-29 23:48:43 +05:30
parent 9f309a8db3
commit f37412f076
17 changed files with 159 additions and 46 deletions

View File

@@ -5,11 +5,11 @@ description: Complete reference for all CLI commands
## Overview
The Better-T Stack CLI provides several commands to manage your TypeScript projects.
The Better-T-Stack CLI provides several commands to manage your TypeScript projects.
## `init` (Default Command)
Creates a new Better-T Stack project.
Creates a new Better-T-Stack project.
```bash
create-better-t-stack [project-directory] [options]
@@ -59,7 +59,7 @@ create-better-t-stack --database postgres --backend hono --frontend tanstack-rou
## `add`
Adds addons or deployment configurations to an existing Better-T Stack project.
Adds addons or deployment configurations to an existing Better-T-Stack project.
```bash
create-better-t-stack add [options]
@@ -89,7 +89,7 @@ create-better-t-stack add --web-deploy wrangler
## `sponsors`
Displays Better-T Stack sponsors.
Displays Better-T-Stack sponsors.
```bash
create-better-t-stack sponsors
@@ -99,7 +99,7 @@ Shows a list of project sponsors and supporters.
## `docs`
Opens the Better-T Stack documentation in your default browser.
Opens the Better-T-Stack documentation in your default browser.
```bash
create-better-t-stack docs