asdf-community / asdf-gleam

Gleam plugin for the asdf version manager

Home Page:https://github.com/asdf-vm/asdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-gleam

Gleam plugin for asdf version manager

Build History

Build history

Install

*Gleam runtime depends on Erlang. You might need to install it using asdf-erlang. For using gleam libraries you might also need rebar3. It is installable via asdf-rebar.

asdf plugin-add gleam

or

asdf plugin-add gleam https://github.com/asdf-community/asdf-gleam.git

Since 0.2.0, Gleam has binary releases for macos and linux.

# To install a binary release, just specify it
asdf install gleam latest

If you want to build from source. Use

# Installing from source needs Rust. You might want to install it using asdf-rust.
# Using `ref:`, you can specify any branch, tag (like `v0.2.0`) or commit-sha
asdf install gleam ref:main

Use

Check asdf readme for instructions on how to install & manage versions of Gleam.

About

Gleam plugin for the asdf version manager

https://github.com/asdf-vm/asdf

License:MIT License


Languages

Language:Shell 100.0%