RoyalIcing / asdf-bun

Bun plugin for the asdf version manager

Home Page:https://github.com/asdf-vm/asdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-bun

Bun plugin for asdf version manager

Prerequirements

  • Make sure you have the required dependencies installed:
    • curl
    • git
    • unzip

Installation

asdf plugin-add bun https://github.com/BurntCaramel/asdf-bun.git

# Now you can manage bun through asdf:
asdf list all bun
asdf install bun latest
asdf install bun 0.1.4 # Install multiple versions at once
asdf install bun 0.1.3 # Install multiple versions at once
asdf global bun latest

# Now bun is installed!
bun --version
bun help

Usage

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

License

Licensed under the Apache License, Version 2.0.

About

Bun plugin for the asdf version manager

https://github.com/asdf-vm/asdf

License:Apache License 2.0


Languages

Language:Shell 88.5%Language:Makefile 11.5%