Skip to content

Commit d1275c3

Browse files
authored
Merge pull request #6 from zerodays/feat/bun-create
feat: add bun create support
2 parents b0204f4 + edc9b91 commit d1275c3

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
A modern full-stack starter template with React, Hono, and Capacitor for building web and native mobile apps.
88

9+
Start building by runing `bun create zerodays/full-stack-starter my-new-app`.
10+
911
## Tech Stack
1012

1113
| Layer | Technology |

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
"format:check": "biome format .",
2828
"check-locale": "bun run scripts/check-locale.ts"
2929
},
30+
"bun-create": {
31+
"preinstall": "echo 'Creating a new zerodays/full-stack-starter project 🏗'",
32+
"postinstall": "echo 'Done - happy building! 💎'"
33+
},
3034
"devDependencies": {
3135
"@biomejs/biome": "2.3.11",
3236
"@electric-sql/pglite": "^0.3.15",

0 commit comments

Comments
 (0)