Create Bun Boilerplates
Scaffolding your bun project boilerplate
Bun is a fast all-in-one JavaScript runtime
Installing
Bun >= 0.1 and Node >= 14.18.0
# use npm-create command, or use pnpm | yarn
λ npm create bun
# or use npx command
λ npx create-bun
# or use npm-init command
λ npm init create-bun