@crossdelta/platform-sdk 0.3.9 → 0.3.10
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
|
@@ -166,10 +166,11 @@ my-platform/
|
|
|
166
166
|
|
|
167
167
|
| Command | Description |
|
|
168
168
|
|---------|-------------|
|
|
169
|
+
| `pf new` | Interactive mode - choose project type and options |
|
|
169
170
|
| `pf new workspace <name>` | Scaffold a complete platform workspace |
|
|
170
171
|
| `pf new hono-micro <path>` | Generate a lightweight Hono microservice |
|
|
171
172
|
| `pf new nest-micro <path>` | Generate a NestJS microservice |
|
|
172
|
-
| `pf new hono-micro <path> --ai` | Generate with AI assistance |
|
|
173
|
+
| `pf new hono-micro <path> --ai -d "..."` | Generate with AI assistance |
|
|
173
174
|
| `pf setup --ai` | Configure AI provider (OpenAI/Anthropic) |
|
|
174
175
|
| `pf dev` | Start dev environment with watch mode |
|
|
175
176
|
| `pf dev --no-watch` | Start without file watching |
|