sumbach / asdf-clj-kondo

Clj-kondo plugin for the asdf version manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-clj-kondo Build Lint

clj-kondo plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, sed, tr: generic POSIX utilities.
  • unzip

Install

Plugin:

asdf plugin add clj-kondo https://github.com/sumbach/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 --version

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

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Sam Umbach

About

Clj-kondo plugin for the asdf version manager

License:Apache License 2.0


Languages

Language:Shell 100.0%