diff --git a/config.toml b/config.toml index 0ac0cc7..5e996b9 100644 --- a/config.toml +++ b/config.toml @@ -87,17 +87,25 @@ copyright = ' Rated from 1 to 10 +### My skills: (`Rated from 1 to 10`) #### Languages @@ -50,7 +49,7 @@ In the development area, I work with automation of networking tasks, administrat #### Programming and scripting skills: -* `9` - Shell/Bash +* `8` - Shell/Bash * `6` - Python3 * `3` - JavaScript * `2` - PowerShell diff --git a/content/projects/asdf-just.md b/content/projects/asdf-just.md new file mode 100644 index 0000000..177f600 --- /dev/null +++ b/content/projects/asdf-just.md @@ -0,0 +1,22 @@ ++++ +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](https://github.com/asdf-vm/asdf). +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](https://github.com/casey/just), which is like [make](https://www.gnu.org/software/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](https://github.com/asdf-vm/asdf-plugins/pull/629) for the official plugin +repository of asdf. +The [PR](https://github.com/asdf-vm/asdf-plugins/pull/629) was quickly merged, and now it is an official asdf plugin.