https://github.com/jarred-sumner/bun-pr
https://github.com/jarred-sumner/bun-pr
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jarred-sumner/bun-pr
- Owner: Jarred-Sumner
- Created: 2024-03-06T05:33:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-20T19:57:52.000Z (4 months ago)
- Last Synced: 2025-04-17T10:58:19.906Z (2 months ago)
- Language: TypeScript
- Size: 68.4 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun-pr
Download a build of bun from a pull request in bun's github repository and add it to $PATH.
```sh
bunx bun-pr jarred/process-change
```This outputs:
```sh
Searching GitHub for artifact bun-darwin-aarch64 from PR #8456...
Downloading bun-darwin-aarch64 from PR #8456 - https://github.com/oven-sh/bun/actions/runs/8166869540
Downloaded to:/Users/jarred/.bun/bin/bun-b8a2ef88f12626706f03d051e4026309f0d61ed0-pr8456
To run the downloaded executable, use any of the following following commands:
bun-b8a2ef88f12626706f03d051e4026309f0d61ed0-pr8456
bun-8456
bun-latest
```It doesn't just run bun directly command because in development we often will want to attach a debugger.
This project was created using `bun init` in bun v1.0.30. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.