https://github.com/jarred-sumner/get-bun-zip
https://github.com/jarred-sumner/get-bun-zip
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jarred-sumner/get-bun-zip
- Owner: Jarred-Sumner
- Created: 2023-01-05T02:07:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:10:58.000Z (over 2 years ago)
- Last Synced: 2025-02-23T08:12:02.209Z (4 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.