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

https://github.com/jarred-sumner/get-bun-zip


https://github.com/jarred-sumner/get-bun-zip

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# get-bun-zip

Download bun's zip file for a particular platform/version via `bunx`.

Usage:

```bash
bunx get-bun-zip
```

If you want to install bun you should run this instead:

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

This project was created using `bun init` in bun v0.4.1. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.