Elysia
Scaffold an Elysia (Bun) backend via the official create-elysia CLI
Primary commands
bash
npx scafix create elysia --package-manager bun
npx scafix create elysia --name edge-api --directory services/edge-api --package-manager bunSupported customizations
No stack-specific customization prompts are currently exposed for this stack.
--yes defaults
No special --yes defaults beyond the shared flow are defined for this stack.
Notes
- Elysia always uses Bun for the upstream scaffold step.
- If you pass
--package-manager npm,pnpm, oryarn, Scafix warns and still uses Bun.
Shared flow reminder
- Shared flags such as
--name,--directory,--package-manager,--git, and--debugapply here as well. - If required values are omitted and a TTY is available, Scafix prompts for them before calling the stack adapter.
- See CLI Reference for the shared command surface used by
scafix.
