asdf-vm/asdf-elixir được TopGit xếp vào nhóm dự án mã nguồn mở, với 527 sao trên GitHub, viết chủ yếu bằng Shell. Elixir plugin for asdf version manager
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
Precompiled Elixir packages are built by Bob whenever
a git push or a new release is made at the elixir repo. There's also a status page available with an overview of all available packages and their availability.
The precompiled packages are built against every officially supported OTP version, however if you only specify the
elixir version, like 1.4.5, the downloaded binaries will be those compiled against the oldest OTP release
supported by that version.
If you would like to use precompiled binaries built with a more recent OTP, you can append -otp-${OTP_MAJOR_VERSION} to any installable version that can be given to asdf-elixir.
So, for example, to install Elixir 1.5.0 and take advantage of the new features from OTP-20 you might install version 1.5.0-otp-20.
Be sure to also install the corresponding Erlang/OTP version with asdf-erlang, and to have both selected versions in your
.tool-versions file.
Note: You do not need to have Erlang installed to install a precompiled version of Elixir installed, but you will need to have it available at runtime, otherwise your Elixir commands will fail. Even though it's possible to install Elixir first, it's recommended to install Erlang first.
Compiling from a Git reference or from source
Using the CLI
You can download and compile a specific commit reference from the Elixir GitHub repository by running: asdf install elixir ref:<commit reference>. You can then set the local/global version to your new version by running:
# install in the entire environment
asdf set --home elixir ref-<commit/tag reference>
# Or install locally in project
asdf set elixir ref-<commit/tag reference>
You can also compile Elixir from source without using asdf (for example, so that you can use the master branch of elixir or a branch with your own modifications), then use it by specifying the directory path:
# After Elixir already installed into /path/to/elixir
asdf set elixir path:/path/to/elixir
# Or
asdf set --home elixir path:/path/to/elixir
.tool-versions file
You can specify the version to install with a line like so in your .tool-versions file:
elixir ref:<commit reference>
Or if you've already compiled Elixir from source in a specific directory:
elixir path:/path/to/elixir
Note that the path specified must be an absolute path to the Elixir installation's root directory (e.g. the directory containing the bin directory).
Elixir escripts support
This plugin supports elixir escripts, adding them to your path just like any other elixir binary.
Whenever you install a new escript with mix escript.install you need to asdf reshim elixir in order
to create shims for it.
Default mix commands
After installing you can specify which additional mix commands must be run after adding a new Elixir version.
This can be particurlarly useful for installing often used archives.
They need to be specified in $HOME/.default-mix-commands, the flag --force will be added by default.
An example:
local.hex
local.rebar
archive.install hex phx_new
Use
Check asdf readme for instructions on how to install & manage versions of Elixir.
asdf-vm/asdf-elixir có 527 sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/asdf-vm/asdf-elixir. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
asdf-vm/asdf-elixir có tag gì không?
Bản đồng bộ chưa ghi nhận topic GitHub nào cho asdf-vm/asdf-elixir. GitHub topics hiển thị ở thanh bên phải trang repo — đó là nơi đáng kiểm tra nhất.
asdf-vm/asdf-elixir còn đang phát triển không?
Commit gần nhất trên asdf-vm/asdf-elixir là 19 ngày trước (theo timestamp GitHub). Repo có 79 fork — một chỉ báo về mức độ quan tâm của cộng đồng.
asdf-vm/asdf-elixir viết bằng ngôn ngữ gì?
asdf-vm/asdf-elixir chủ yếu viết bằng Shell. Trường "language" của GitHub dựa trên phần lớn byte ở nhánh mặc định.
Đọc thêm về asdf-vm/asdf-elixir ở đâu?
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/asdf-vm/asdf-elixir là nguồn chính thức.
Đọc đầy đủ README ở tab phía trên.
Vẫn đang phân vân về asdf-elixir?
Một cú bấm sẽ gửi câu hỏi kèm trang này cho AI — xem AI nói gì về asdf-elixir.