generated at
asdf-elixir
概要
asdf-elixirElixirのバージョンを管理するためのasdfプラグインです

インストール
shell
$ asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git

使い方
Elixirのインストール
$ asdf install elixir 1.11.1-otp-23
インストールされているElixirの一覧
$ asdf list elixir
デフォルトで使用するElixirのバージョンを指定
$ asdf global elixir 1.11.1-otp-23