An open API service indexing awesome lists of open source software.

https://github.com/stephen-shopopop/bun-template

bun template
https://github.com/stephen-shopopop/bun-template

bunjs javascriptcore

Last synced: 28 days ago
JSON representation

bun template

Awesome Lists containing this project

README

          

[![Minimal bun version](https://img.shields.io/static/v1?label=bun&message=%3E=0.1.4&color)](https://github.com/oven-sh/bun/releases/tag/bun-v0.1.4)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/stephen-shopopop/bun-template/graphs/commit-activity)
[![Linux](https://svgshare.com/i/Zhy.svg)](https://svgshare.com/i/Zhy.svg)
[![macOS](https://svgshare.com/i/ZjP.svg)](https://svgshare.com/i/ZjP.svg)
[![Visual Studio Code](https://img.shields.io/badge/--007ACC?logo=visual%20studio%20code&logoColor=ffffff)](https://code.visualstudio.com/)

# bun template

## bun install

[Installation bun](https://bun.sh)

```bash
curl -fsSL https://bun.sh/install | bash
```

## bun upgrade

```
bun upgrade
```

- [examples](https://github.com/oven-sh/bun/tree/main/examples)
- [awesome bun](https://github.com/apvarun/awesome-bun)

## Usage

```bash
bun run src/index.ts
```

### CLI

```bash
bun help
```