Skip to content

pitch-io/asdf-babashka

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf-babashka Build Lint

babashka plugin for the asdf version manager.

Note: this fork of Frederic Merizen's excellent asdf-babashka was created in order to fix an issue on Apple Silicon. Because the original Github project wasn't updated in 2 years, we decided to fix the issue in this fork.

We intend to maintain this fork going forward – if you notice any problems please file an issue.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.

Install

Plugin:

asdf plugin add babashka https://github.com/pitch-io/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 fredZen contributors! Thanks to contributors in this repo!

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%