@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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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
- Platform engineering problems `pf` solves:
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossdelta/platform-sdk",
3
- "version": "0.5.9",
3
+ "version": "0.5.11",
4
4
  "description": "CLI toolkit for scaffolding Turborepo workspaces with Pulumi infrastructure and Hono/NestJS microservices",
5
5
  "keywords": [
6
6
  "cli",