elixir
Elixir programming language interpreter. More information: <https://elixir-lang.org>.
Install
- All systems
-
curl cmd.cat/elixir.sh
- Debian
-
apt-get install elixir - Ubuntu
-
apt-get install elixir -
Alpine
-
apk add elixir - Arch Linux
-
pacman -S elixir - Kali Linux
-
apt-get install elixir - Fedora
-
dnf install elixir - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install elixir - OS X
-
brew install elixir - Raspbian
-
apt-get install elixir - Docker
-
docker run cmd.cat/elixir elixirpowered by Commando
Elixir programming language interpreter. More information: <https://elixir-lang.org>.
-
Run an Elixir file:
elixir path/to/file -
Evaluate Elixir code by passing it as an argument:
elixir -e "code"
© tl;dr; authors and contributors