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