Skip to content

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 bun

Supported 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, or yarn, Scafix warns and still uses Bun.

Shared flow reminder

  • Shared flags such as --name, --directory, --package-manager, --git, and --debug apply 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.

Released under the MIT License.