@close-by/clay-cli
v0.2.14
Published
clay CLI — run a .ts file or page directory with bundled React client assets
Readme
@close-by/clay-cli
clay CLI — run a .ts file or page directory with prebuilt React client assets (client-dist).
bun add @close-by/clay-cli @close-by/clay
bunx clay hello.ts
# or: clay ./pages --app --title "My App"For a page directory, an optional _run.ts (skipped by loadPages) may export configureRun(base) to merge into the CLI ui.run config (auth secrets, role-aware nav, etc.).
Requires Bun. Docs: Getting started.
