fredZen / asdf-babashka

Eclipse Public License 1.0
3 stars 11 forks source link
# asdf-babashka ![Build](https://github.com/fredZen/asdf-babashka/workflows/Build/badge.svg) ![Lint](https://github.com/fredZen/asdf-babashka/workflows/Lint/badge.svg) [babashka](https://github.com/borkdude/babashka) plugin for the [asdf version manager](https://asdf-vm.com).

Contents

Dependencies

Install

Plugin:

asdf plugin add babashka https://github.com/fredZen/asdf-babashka.git

babashka:

# Show all installable versions
asdf list-all babashka

# Install specific version
asdf install babashka latest

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

# Now babashka commands are available
bb --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

Distributed under the Eclipse Public License, the same as Babashka. © Frederic Merizen