mise
Installation
SKILL.md
mise
Runtime version manager. Replaces nvm/pyenv/rbenv/asdf.
Install Runtime
# Install globally
mise use -g node@lts
mise use -g python@3.12
mise use -g go@latest
# Install for current project (creates mise.toml)
mise use node@20