reviewdog plugin for the asdf version manager.
bash
,curl
,tar
: generic POSIX utilities.
Plugin:
asdf plugin add reviewdog https://github.com/t1732/asdf-reviewdog.git
reviewdog:
# Show all installable versions
asdf list-all reviewdog
# Install specific version
asdf install reviewdog latest
# Set a version globally (on your ~/.tool-versions file)
asdf global reviewdog latest
# Now reviewdog commands are available
reviewdog --help
Check asdf readme for more instructions on how to install & manage versions.