Skip to content

Commit c8df019

Browse files
Move Sponsors section above Quick Start in README files
1 parent 806e059 commit c8df019

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed

.changeset/eager-geese-chew.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-better-t-stack": patch
3+
---
4+
5+
update readme

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with
44

55
![demo](https://cdn.jsdelivr.net/gh/amanvarshney01/create-better-t-stack/demo.gif)
66

7+
## Sponsors
8+
9+
<p align="center">
10+
<img src="https://sponsors.amanv.dev/sponsors.png" alt="Sponsors">
11+
</p>
12+
713
## Quick Start
814

915
```bash
@@ -17,13 +23,6 @@ bun create better-t-stack@latest
1723
pnpm create better-t-stack@latest
1824
```
1925

20-
## Sponsors
21-
22-
<p align="center">
23-
<img src="https://sponsors.amanv.dev/sponsors.png" alt="Sponsors">
24-
</p>
25-
26-
2726
## Features
2827

2928
- **Zero-config setup** with interactive CLI wizard

apps/cli/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with
44

55
![demo](https://cdn.jsdelivr.net/gh/amanvarshney01/create-better-t-stack@master/demo.gif)
66

7+
## Sponsors
8+
9+
<p align="center">
10+
<img src="https://sponsors.amanv.dev/sponsors.png" alt="Sponsors">
11+
</p>
12+
713
## Quick Start
814

915
Run without installing globally:
@@ -21,12 +27,6 @@ pnpm create better-t-stack@latest
2127

2228
Follow the prompts to configure your project or use the `--yes` flag for defaults.
2329

24-
## Sponsors
25-
26-
<p align="center">
27-
<img src="https://sponsors.amanv.dev/sponsors.png" alt="Sponsors">
28-
</p>
29-
3030
## Features
3131

3232
| Category | Options |

0 commit comments

Comments
 (0)