0.0.1 • Published 2 years ago

create-bun v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

logo

Create Bun Boilerplates

npm npm-download npm publish

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

Preview

create-bun-run