create-puzzmo 1.0.8 → 1.0.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 +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,12 +22,12 @@ yarn create puzzmo game [accesstoken] --name <name> --url <url> --agent <agent>
|
|
|
22
22
|
|
|
23
23
|
<!-- cspell:ignore accesstoken -->
|
|
24
24
|
|
|
25
|
-
| Option | Description
|
|
26
|
-
| ----------------- |
|
|
27
|
-
| `[accesstoken]` | Optional Puzzmo API token for deployment setup
|
|
28
|
-
| `--name <name>` | Game name (prompted if not provided)
|
|
29
|
-
| `--url <url>` | Source URL to import an HTML game from
|
|
30
|
-
| `--agent <agent>` | LLM agent to use: `claude`, `codex`, `gemini`, or `none`
|
|
25
|
+
| Option | Description |
|
|
26
|
+
| ----------------- | -------------------------------------------------------- |
|
|
27
|
+
| `[accesstoken]` | Optional Puzzmo API token for deployment setup |
|
|
28
|
+
| `--name <name>` | Game name (prompted if not provided) |
|
|
29
|
+
| `--url <url>` | Source URL to import an HTML game from |
|
|
30
|
+
| `--agent <agent>` | LLM agent to use: `claude`, `codex`, `gemini`, or `none` |
|
|
31
31
|
|
|
32
32
|
## Workflow
|
|
33
33
|
|