bum icon indicating copy to clipboard operation
bum copied to clipboard

Bum - Bun Version Manager ⚡

Results 14 bum issues
Sort by recently updated
recently updated
newest added

Hey! First of all thanks for this project, it's really cool, and we definitely need a version manager for Bun! I initially wanted a version for Mac ARM, but after...

install.sh fails with a 404 it specifies a target for darwin arm64: https://github.com/owenizedd/bum/blob/main/install.sh#L14 but there is no asset for the target in the latest release: https://github.com/owenizedd/bum/releases/tag/v0.5.0 ```zsh curl --fail --location...

Adding the `v` in the version fails ```shell $ bum use v1.0.25 Bum - installing bun for version v1.0.25... HTTP request was not successful: 404 Extracting zip file... thread 'main'...

Hi seems like a great solution for Bun version management covering all our needs. Only thing missing is windows support.

The goal of this PR is to add build workflow that works for different targets. Got it from https://github.com/sharkdp/fd

CI

- I had a bun installation on my system, I removed with `rm -rf ~/.bun` - Then I installed `bum` with the install script - Ran `bum list` ```sh ➜...

- I started from scratch - Latest `bun` was available - Then I installed an older version with `use` and it fails to run `bun` ```shell $ bum use v1.1.20...

Re-trying `bum` on macOS arm64 after https://github.com/owenizedd/bum/issues/14#issuecomment-2247866356 os: `macOS 14.5 (23F79)` chip: `M3 Max` installing `bum` went well ```shell ❯ curl -fsSL https://github.com/owenizedd/bum/raw/main/install.sh | bash ######################################################################## 100.0% x bum-v0.6.1-aarch64-apple-darwin/ x...

![image](https://github.com/user-attachments/assets/7c4a4b88-ad2c-4f31-a463-63a55e6d3f0b) ...other commands are working properly!