@crossdelta/platform-sdk 0.7.3 → 0.7.4
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 +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,7 +40,8 @@
|
|
|
40
40
|
bunx @crossdelta/platform-sdk new workspace my-platform -y
|
|
41
41
|
cd my-platform
|
|
42
42
|
|
|
43
|
-
# Generate microservice with AI
|
|
43
|
+
# Generate microservice with AI
|
|
44
|
+
# (first time: run `pf setup --ai` to configure provider)
|
|
44
45
|
bunx @crossdelta/platform-sdk new hono-micro services/orders --ai \
|
|
45
46
|
-d "Handle order creation and payment"
|
|
46
47
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crossdelta/platform-sdk",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.4",
|
|
4
4
|
"description": "Your AI-powered platform engineer. Scaffold complete Turborepo workspaces, generate microservice boilerplate with natural language, and deploy to the cloud — all from one CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|