@moku-labs/web 0.5.5 → 0.6.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 +1 -0
- package/dist/index.cjs +1429 -179
- package/dist/index.d.cts +824 -402
- package/dist/index.d.mts +824 -402
- package/dist/index.mjs +1416 -173
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -140,6 +140,7 @@ await app.start();
|
|
|
140
140
|
| `content` | ➕ node-only | Markdown pipeline → sanitized HTML, frontmatter, reading time, locale model |
|
|
141
141
|
| `build` | ➕ node-only | SSG orchestrator: pages, feeds (RSS/Atom/JSON), sitemap, OG images |
|
|
142
142
|
| `deploy` | ➕ node-only | Cloudflare Pages: `wrangler.jsonc` scaffolding + deploy |
|
|
143
|
+
| `cli` | ➕ node-only | Developer CLI — `build`/`serve`/`preview`/`deploy` with a boxed Panel renderer + live build progress; driven from thin per-command scripts (deploy confirm is TTY-only, CI auto-proceeds) |
|
|
143
144
|
| `data` | ➕ optional provider | Agnostic: Node `write()` persists per-page JSON (keyed by URL); browser `at()` fetches it for `spa` DATA nav (validated via `route.parse`) |
|
|
144
145
|
| `log`, `env` | ✅ core | Structured logging + validated environment access |
|
|
145
146
|
|