rynkowsg / asdf-clj-kondo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-clj-kondo

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

clj-kondo plugin for the asdf version manager.

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.

About

License:MIT License


Languages

Language:Shell 98.2%Language:Makefile 1.8%