ivn.sh-conf/content/projects/asdf-just.md
Ivan Schaller 6f98c3646b update site
Signed-off-by: Ivan Schaller <ivan@schaller.sh>
2024-02-19 18:32:24 +01:00

887 B

+++ title = "asdf-just" description = "asdf plugin for just" date = "2022-07-23" type = ["default"] +++


asdf plugin for just

https://github.com/olofvndrhr/asdf-just

For my development and testing workflow I use the asdf version manager. It lets you install multiple versions of the same tool at once and change the used version on the fly.

I also needed the tool just, which is like make, but more for automation and less for compiling.

But as the current plugin for just was not working, i wrote my own one and created a pull-request in the official plugin repository. repository of asdf.

The PR was quickly merged, and now it is an official asdf plugin.