UNPKG

create-bun

Version:

Scaffolding your bun project boilerplate

31 lines (19 loc) 812 B
![logo](./docs/logo.png) # Create Bun Boilerplates [![npm](https://img.shields.io/npm/v/create-bun?logo=npm)](https://www.npmjs.com/package/create-bun) [![npm-download](https://img.shields.io/npm/dw/create-bun)](https://www.npmjs.com/package/create-bun) [![npm publish](https://github.com/guocaoyi/create-bun/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/guocaoyi/create-bun/actions/workflows/npm-publish.yml) > Scaffolding your bun project boilerplate [Bun](https://bun.sh/) is a fast all-in-one JavaScript runtime ## Installing > Bun >= 0.1 and Node >= 14.18.0 ```bash # 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](./docs/create-bun-run.png)