Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rynkowsg/asdf-plugins-rynkowsg
- Owner: rynkowsg
- License: mit
- Created: 2024-04-02T13:06:30.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T14:17:41.000Z (7 months ago)
- Last Synced: 2025-01-17T04:47:36.312Z (9 days ago)
- Topics: asdf, asdf-plugin
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```