mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
27 lines
431 B
Plaintext
27 lines
431 B
Plaintext
---
|
|
title: sponsors
|
|
description: View project sponsors
|
|
---
|
|
|
|
## Usage
|
|
|
|
<Tabs items={['bun', 'pnpm', 'npm']}>
|
|
<Tab value="bun">
|
|
```bash
|
|
bun create better-t-stack@latest sponsors
|
|
```
|
|
</Tab>
|
|
<Tab value="pnpm">
|
|
```bash
|
|
pnpm create better-t-stack@latest sponsors
|
|
```
|
|
</Tab>
|
|
<Tab value="npm">
|
|
```bash
|
|
npx create-better-t-stack@latest sponsors
|
|
```
|
|
</Tab>
|
|
</Tabs>
|
|
|
|
This command has no flags.
|