sumbach / asdf-clj-kondo

Clj-kondo plugin for the asdf version manager
Apache License 2.0
0 stars 0 forks source link

Add `plugins/clj-kondo` to asdf "plugins shortname index" #1

Open sumbach opened 5 months ago

sumbach commented 5 months ago

I have been using this clj-kondo asdf plugin for a few months and it's been great:

The one thing that's inconvenient is installing the plugin:

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

It could be...

asdf plugin add clj-kondo

... if I add it to the asdf "plugin shortname index"

References:

sumbach commented 5 months ago

@borkdude I was thinking clj-kondo/asdf-clj-kondo might be a better permanent home for this repo.

Would you like me to transfer ownership to the clj-kondo organization before I add a reference to asdf-vm/asdf-plugins?

borkdude commented 5 months ago

I think this is fine as it is. The babashka asdf plugin is also maintained by another party: https://github.com/pitch-io/asdf-babashka. I prefer that actually so it's less stuff for me to maintain so I can spend my time on issues on the tool itself.