@crossdelta/platform-sdk 0.5.9 → 0.5.11
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.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
## 🚀 Quick Start
|
|
33
33
|
|
|
34
34
|
```bash
|
|
35
|
-
# Create workspace
|
|
35
|
+
# Create workspace (works with npx/yarn/pnpm too)
|
|
36
36
|
bunx @crossdelta/platform-sdk new workspace my-platform -y
|
|
37
37
|
cd my-platform
|
|
38
38
|
|
|
@@ -41,7 +41,7 @@ cd my-platform
|
|
|
41
41
|
bunx @crossdelta/platform-sdk new hono-micro services/orders --ai \
|
|
42
42
|
-d "Handle order creation and payment processing"
|
|
43
43
|
|
|
44
|
-
# Start all services
|
|
44
|
+
# Start all services (or: npm run dev)
|
|
45
45
|
bun dev
|
|
46
46
|
```
|
|
47
47
|
|
|
@@ -72,7 +72,7 @@ pf new hono-micro services/orders --ai -d "..."
|
|
|
72
72
|
|
|
73
73
|
## 🎯 Why This Exists
|
|
74
74
|
|
|
75
|
-
|
|
75
|
+
**`pf` solves these platform engineering problems:**
|
|
76
76
|
|
|
77
77
|
- **Infrastructure drift** — Infra configs live in separate repos, diverge from code
|
|
78
78
|
- **Manual wiring** — Ports, env vars, service discovery configured by hand
|