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