Run the Bend generator.
Any package manager works - they all execute the same CLI.
- npm:
npm create bend@latest - pnpm:
pnpm create bend - yarn:
yarn create bend - bun:
bun create bendorbunx create-bend - npx:
npx create-bend@latest
This package is a thin shim that installs and executes the bend CLI.
- Exposes a
create-bendbinary viabin/create-bend.js. - That binary imports and runs
bend's compiled entry (bend/dist/index.js).
- Node.js 20.19.0 || 22.12.0 or newer