1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/common/asdf.md
Kemel Zaidan 35951e7a3e
asdf: update page (#15750)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Alexandre ZANNI <16578570+noraj@users.noreply.github.com>
2025-03-26 06:32:12 +05:30

568 B

asdf

可扩展的包版本管理器,支持 Nodejs、Ruby、Elixir 和 Erlang 等。 更多信息:https://asdf-vm.com/manage/commands.html.

  • 可用插件清单:

asdf plugin list all

  • 安装插件:

asdf plugin add {{插件名}}

  • 软件包的可用版本清单:

asdf list all {{软件包名}}

  • 安装指定版本的软件包:

asdf install {{软件包名}} {{版本}}

  • 设置软件包的全局安装版本:

asdf set -u {{软件包名}} {{版本}}

  • 设置软件包的本地版本:

asdf set {{软件包名}} {{版本}}