cometkim / asdf-bun

asdf-vm plugin for installing Bun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-bun

CI

asdf version manager plugin for installing Bun

Installation

asdf plugin add bun

Usage

Check asdf readme for instructions on how to install & manage versions.

About global installations

TL;DR: Don't use Bun for global installations

You can use it. You just need to add your globalBinPath(default: $HOME/.bun/bin) to $PATH

But Bun has a problem of not being well-suited to handle global installations. https://gist.github.com/cometkim/eb2842d67b40e583e4886e9b897a6af0

This plugin could override the behavior like the asdf-nodejs plugin does for NPM, but I believe that's not the correct move. I would not recommend managing global installations via Bun until this is discussed upstream (oven-sh/bun#6928)

LICENSE

MIT

About

asdf-vm plugin for installing Bun

License:MIT License


Languages

Language:Shell 100.0%