create-janux
v0.7.0
Published
Scaffold a new Janux app: bunx create-janux my-app
Maintainers
Readme
create-janux
Scaffold a new Janux app:
bun create janux my-app
cd my-app && bun install && bun run devThe starter template ships a resumable counter island, an agent panel and an example unit test; the built-in copilot works once you set JANUX_MODEL or a provider API key.
Start from a complete example app instead:
bun create janux my-shop --example shopAvailable examples: shop, i18n, interop-react, nested-islands, data-cache (omit the name to list them).
