clj-kondo plugin for the asdf version manager.
bash
,curl
,unzip
Plugin:
asdf plugin add clj-kondo
# or
asdf plugin add clj-kondo https://github.com/b-social/asdf-clj-kondo.git
clj-kondo:
# Show all installable versions
asdf list-all clj-kondo
# Install specific version
asdf install clj-kondo latest
# Set a version globally (on your ~/.tool-versions file)
asdf global clj-kondo latest
# Now clj-kondo commands are available
clj-kondo
Check asdf readme for more instructions on how to install & manage versions.
Copyright © 2023 Kroo Bank Ltd.
This library and source code are available under the terms of the MIT licence. A full copy of the licence file is provided in the LICENSE
file of the source code.