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