/asdf-clj-kondo

Primary LanguageShellMIT LicenseMIT

asdf-clj-kondo

GitHub Actions Test Status GitHub Actions Lint Status CircleCI Lint Status License

asdf version manager plugin for clj-kondo, a Clojure linter.

Contents

Dependencies

  • bash, curl, unzip: generic POSIX utilities.

Install

Install plugin:

asdf plugin add clj-kondo https://github.com/rynkowsg/asdf-clj-kondo.git

Install 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 --help

Check asdf readme for more instructions on how to install & manage versions.

License

Licensed under the MIT license.