A detekt-cli plugin for the asdf.
Installing this plugin:
$> asdf plugin add detekt https://github.com/dotanuki-labs/asdf-detekt.git
Installing the detekt-cli
with asdf
:
# 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 for more instructions on how to install and manage versions.
Copyright (c) 2023 - Dotanuki Labs - The MIT license