joe733 / asdf-bin

@marcosnils /bin plugin for @asdf-vm /asdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-bin Build Lint

bin plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl: generic POSIX utilities.

Install

Plugin:

asdf plugin add bin
# or
asdf plugin add bin https://github.com/joe733/asdf-bin.git

bin:

# Show all installable versions
asdf list-all bin

# Install specific version
asdf install bin latest

# Set a version globally (on your ~/.tool-versions file)
asdf global bin latest

# Now bin commands are available
bin --version

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

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Jovial Joe Jayarson

About

@marcosnils /bin plugin for @asdf-vm /asdf

License:MIT License


Languages

Language:Shell 100.0%