Codon plugin for the asdf version manager.
bash,curl,tar,grep,sed,awk.- Codon provides pre-built binaries for Linux and macOS only (this plugin follows upstream releases).
Optional:
GITHUB_API_TOKEN: set this to avoid GitHub API rate limits when runningasdf list-all codon.
Plugin:
asdf plugin add codon
# or
asdf plugin add codon https://github.com/3w36zj6/asdf-codon.gitCodon:
# Show all installable versions
asdf list-all codon
# Install specific version
asdf install codon latest
# Set a version globally (on your ~/.tool-versions file)
asdf global codon latest
# Now codon commands are available
codon --helpCheck asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.