mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Move Sponsors section above Quick Start in README files
This commit is contained in:
5
.changeset/eager-geese-chew.md
Normal file
5
.changeset/eager-geese-chew.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"create-better-t-stack": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
update readme
|
||||||
13
README.md
13
README.md
@@ -4,6 +4,12 @@ A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Sponsors
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="https://sponsors.amanv.dev/sponsors.png" alt="Sponsors">
|
||||||
|
</p>
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -17,13 +23,6 @@ bun create better-t-stack@latest
|
|||||||
pnpm create better-t-stack@latest
|
pnpm create better-t-stack@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
## Sponsors
|
|
||||||
|
|
||||||
<p align="center">
|
|
||||||
<img src="https://sponsors.amanv.dev/sponsors.png" alt="Sponsors">
|
|
||||||
</p>
|
|
||||||
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- **Zero-config setup** with interactive CLI wizard
|
- **Zero-config setup** with interactive CLI wizard
|
||||||
|
|||||||
@@ -4,6 +4,12 @@ A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Sponsors
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="https://sponsors.amanv.dev/sponsors.png" alt="Sponsors">
|
||||||
|
</p>
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
Run without installing globally:
|
Run without installing globally:
|
||||||
@@ -21,12 +27,6 @@ pnpm create better-t-stack@latest
|
|||||||
|
|
||||||
Follow the prompts to configure your project or use the `--yes` flag for defaults.
|
Follow the prompts to configure your project or use the `--yes` flag for defaults.
|
||||||
|
|
||||||
## Sponsors
|
|
||||||
|
|
||||||
<p align="center">
|
|
||||||
<img src="https://sponsors.amanv.dev/sponsors.png" alt="Sponsors">
|
|
||||||
</p>
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
| Category | Options |
|
| Category | Options |
|
||||||
|
|||||||
Reference in New Issue
Block a user