@crossdelta/platform-sdk 0.8.35 → 0.9.0
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
CHANGED
|
@@ -5,15 +5,16 @@
|
|
|
5
5
|
<h1 align="center">Platform SDK</h1>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
|
-
<strong>The
|
|
8
|
+
<strong>The platform toolkit for backend + infrastructure.</strong>
|
|
9
9
|
</p>
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
12
|
-
<code>pf</code> scaffolds
|
|
12
|
+
<code>pf</code> scaffolds real-world platforms: backend services, event-driven messaging, infrastructure — all wired together and kept in sync.
|
|
13
13
|
</p>
|
|
14
14
|
|
|
15
15
|
<p align="center">
|
|
16
|
-
<sub>
|
|
16
|
+
<sub>Fontend SDK coming soon — contract-based client models.</sub>
|
|
17
|
+
|
|
17
18
|
</p>
|
|
18
19
|
|
|
19
20
|
<br />
|
|
@@ -151,7 +152,7 @@ pf event publish orders.created
|
|
|
151
152
|
📦 Two services with health checks and Pulumi configs<br />
|
|
152
153
|
📝 One event contract in <code>packages/contracts/</code><br />
|
|
153
154
|
🔗 One handler that auto-discovers the event<br />
|
|
154
|
-
✨ <strong>No manual wiring. No config drift.</strong>
|
|
155
|
+
✨ <strong>No manual wiring. No config drift. Everything is explicit.</strong>
|
|
155
156
|
</td>
|
|
156
157
|
</tr>
|
|
157
158
|
</table>
|
|
@@ -198,8 +199,9 @@ pf event publish orders.created
|
|
|
198
199
|
| `pf test` | 🧪 Run tests across the monorepo |
|
|
199
200
|
| `pf build` | 📦 Build all packages and services |
|
|
200
201
|
| `pf lint` | ✨ Lint and format with Biome |
|
|
202
|
+
| `pf audit` | 🔒 Run security audit on dependencies |
|
|
201
203
|
|
|
202
|
-
> `pf` proxies to Turborepo from any subdirectory.
|
|
204
|
+
> `pf` proxies all commands to Turborepo (works from any subdirectory).
|
|
203
205
|
|
|
204
206
|
---
|
|
205
207
|
|
|
@@ -420,17 +422,10 @@ Every workspace includes pre-configured NATS with JetStream:
|
|
|
420
422
|
</tr>
|
|
421
423
|
</table>
|
|
422
424
|
|
|
423
|
-
> **`pf` makes architectural decisions so your team doesn't have to.**
|
|
424
|
-
> You can still understand everything — but you don't have to on day one.
|
|
425
|
+
> **`pf` makes architectural decisions so your team doesn't have to — without hiding how things work.**
|
|
425
426
|
|
|
426
427
|
---
|
|
427
428
|
|
|
428
429
|
<p align="center">
|
|
429
|
-
<strong>MIT ©
|
|
430
|
-
</p>
|
|
431
|
-
|
|
432
|
-
<p align="center">
|
|
433
|
-
<a href="https://www.npmjs.com/package/@crossdelta/platform-sdk">npm</a> •
|
|
434
|
-
<a href="https://github.com/crossdelta/platform-sdk">GitHub</a> •
|
|
435
|
-
<a href="https://crossdelta.io">Website</a>
|
|
430
|
+
<strong>MIT © crossdelta</strong>
|
|
436
431
|
</p>
|