Skip to content

Commit e9810fd

Browse files
Add Homebrew + Scoop install instructions to README
1 parent 52e58ed commit e9810fd

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,22 @@ Convert any schema to any format, verify equivalence with the diff command, gene
2424
```bash
2525
# Install
2626
pip install schemaforge
27+
```
28+
29+
Or install via Homebrew (macOS/Linux):
30+
```bash
31+
brew tap Coding-Dev-Tools/tap
32+
brew install schemaforge
33+
```
2734

28-
# Convert Prisma → Drizzle
35+
Or install via Scoop (Windows):
36+
```bash
37+
scoop bucket add Coding-Dev-Tools https://github.com/Coding-Dev-Tools/scoop-bucket
38+
scoop install schemaforge
39+
```
40+
41+
```bash
42+
# Convert Prisma → Drizzle
2943
schemaforge convert --from prisma --to drizzle --input schema.prisma
3044

3145
# Generate GraphQL from SQL

0 commit comments

Comments
 (0)