Skip to content

RoyalIcing/asdf-bun

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 88.5%
  • Makefile 11.5%