asdf
Installation
SKILL.md
asdf
Intent Router
| Request | Reference | Load When |
|---|---|---|
| git clone install, Homebrew, shell integration, plugin overview | references/install-and-setup.md |
asdf needs to be installed or the shell integration is missing |
| plugin add/install/global/local/current/list/reshim commands | references/command-cookbook.md |
Specific asdf commands are needed |
| Finding plugins, popular plugins, plugin lifecycle | references/plugins-and-tools.md |
Adding or managing plugins for a new language/tool is the topic |
| .tool-versions format, inheritance, CI usage | references/tool-versions.md |
Project-level version pinning or CI configuration is the topic |
Quick Start
# Add the Node.js plugin and install a version
asdf plugin add nodejs
asdf install nodejs 20.14.0
asdf global nodejs 20.14.0