fillin plugin for the asdf version manager.
bash
,curl
,tar
orunzup
: generic POSIX utilities.
Plugin:
asdf plugin add fillin
# or
asdf plugin add fillin https://github.com/ouest/asdf-fillin.git
fillin:
# Show all installable versions
asdf list-all fillin
# Install specific version
asdf install fillin latest
# Set a version globally (on your ~/.tool-versions file)
asdf global fillin latest
# Now fillin commands are available
fillin --help
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.