yasm plugin for the asdf version manager.
bash
,curl
, POSIX utilities.
Plugin:
asdf plugin add yasm
# or
asdf plugin add yasm https://github.com/kkHAIKE/asdf-yasm.git
yasm:
# Show all installable versions
asdf list-all yasm
# Install specific version
asdf install yasm latest
# Set a version globally (on your ~/.tool-versions file)
asdf set --home yasm latest
# Now yasm commands are available
yasm --version
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.