feat(xtask): scaffold generic hemx apps
Add cargo run -p hemx-xtask -- app new PATH for the generic checked-hypermedia starter: v0 page/form/keyed-row/notice handlers and tests with generated helpers instead of raw ids, opcodes, selector UI JavaScript, or manual registry plumbing. req: ceremony/005 req: canonical_authoring/003
This commit is contained in:
@@ -131,7 +131,10 @@ See `docs/versioning.md`.
|
||||
|
||||
- `examples/v0`: canonical beginner path covering counter, typed todo CRUD,
|
||||
form wizard, auth action, page swaps, SSE notifications, and keyed list
|
||||
updates. Start here.
|
||||
updates. Create the generic starter with `cargo run -p hemx-xtask -- app new
|
||||
PATH`; it includes a page, form, keyed row partial, notice slot, handlers,
|
||||
tests, and generated append/replace/remove/dynamic-batch updates. Start here.
|
||||
req: ceremony/005
|
||||
- `examples/saas`: compile-tested v1 tutorial app covering auth/session,
|
||||
CSRF-safe mutation, local persistence, generated swaps, page/push shape, plain
|
||||
CSS, and one explicit island without provider-heavy platform scope. Read the
|
||||
|
||||
Reference in New Issue
Block a user