Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rynkowsg/asdf-plugins-rynkowsg

A collection of plugins I made for ASDF
https://github.com/rynkowsg/asdf-plugins-rynkowsg

asdf asdf-plugin

Last synced: 1 day ago
JSON representation

A collection of plugins I made for ASDF

Awesome Lists containing this project

README

        

# asdf-plugins-rynkowsg

asdf-plugins-rynkowsg is a collection of plugins I made for [asdf](https://asdf-vm.com) version manager.

## Plugins

| Tool / Language | Plugin Repository |
|------------------------------|---------------------------------------------|
| [clj-kondo] | [rynkowsg/asdf-clj-kondo][asdf-clj-kondo] |
| [garden-cli] | [rynkowsg/asdf-garden-cli][asdf-garden-cli] |
| [jet] | [rynkowsg/asdf-jet][asdf-jet] |
| [opentofu][opentofu-website] | [rynkowsg/asdf-opentofu][asdf-clj-opentofu] |

[clj-kondo]: https://github.com/clj-kondo/clj-kondo
[garden-cli]: https://github.com/nextjournal/garden-cli
[jet]: https://github.com/borkdude/jet
[opentofu-website]: https://opentofu.org/

[asdf-clj-kondo]: https://github.com/rynkowsg/asdf-clj-kondo
[asdf-clj-opentofu]: https://github.com/rynkowsg/asdf-opentofu
[asdf-garden-cli]: https://github.com/rynkowsg/asdf-garden-cli
[asdf-jet]: https://github.com/rynkowsg/asdf-jet

## Development - handy commands

**Add new module**

```bash
git submodule add --name rynkowsg/asdf-jet [email protected]:rynkowsg/asdf-jet.git plugins/jet
```