create-better-t-stack 2.28.1 → 2.28.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,12 @@ A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with
4
4
 
5
5
  ![demo](https://cdn.jsdelivr.net/gh/amanvarshney01/create-better-t-stack@master/demo.gif)
6
6
 
7
+ ## Sponsors
8
+
9
+ <p align="center">
10
+ <img src="https://sponsors.amanv.dev/sponsors.png" alt="Sponsors">
11
+ </p>
12
+
7
13
  ## Quick Start
8
14
 
9
15
  Run without installing globally:
@@ -21,12 +27,6 @@ pnpm create better-t-stack@latest
21
27
 
22
28
  Follow the prompts to configure your project or use the `--yes` flag for defaults.
23
29
 
24
- ## Sponsors
25
-
26
- <p align="center">
27
- <img src="https://sponsors.amanv.dev/sponsors.png" alt="Sponsors">
28
- </p>
29
-
30
30
  ## Features
31
31
 
32
32
  | Category | Options |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-better-t-stack",
3
- "version": "2.28.1",
3
+ "version": "2.28.2",
4
4
  "description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
5
5
  "type": "module",
6
6
  "license": "MIT",