gren plugin for the asdf version manager.
Plugin:
asdf plugin add gren https://github.com/eberfreitas/asdf-gren.git
gren:
# Show all installable versions
asdf list-all gren
# Install specific version
asdf install gren latest
# Set a version globally (on your ~/.tool-versions file)
asdf global gren latest
# Now gren commands are available
gren --version
Check asdf readme for more instructions on how to install & manage versions.
See LICENSE © Éber Freitas Dias