All Projects → asdf-community → asdf-gleam

asdf-community / asdf-gleam

Licence: MIT License
Gleam plugin for the asdf version manager

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to asdf-gleam

asdf-gcloud
☁️ GCloud CLI (Google Cloud SDK) plugin for asdf version manager. Pin gcloud versions for each project!
Stars: ✭ 24 (+9.09%)
Mutual labels:  asdf, asdf-plugin
asdf-poetry
Poetry plugin for the asdf version manager
Stars: ✭ 23 (+4.55%)
Mutual labels:  asdf, asdf-plugin
asdf-crystal
Crystal plugin for the asdf version manager
Stars: ✭ 60 (+172.73%)
Mutual labels:  asdf, asdf-plugin
asdf-elm
Elm plugin for the asdf version manager
Stars: ✭ 18 (-18.18%)
Mutual labels:  asdf, asdf-plugin
asdf-haxe
Haxe plugin for the asdf version manager
Stars: ✭ 13 (-40.91%)
Mutual labels:  asdf, asdf-plugin
asdf-yarn
asdf plugin for Yarn.
Stars: ✭ 111 (+404.55%)
Mutual labels:  asdf, asdf-plugin
asdf-flutter
Flutter plugin for the asdf version manager
Stars: ✭ 68 (+209.09%)
Mutual labels:  asdf, asdf-plugin
asdf-php
PHP plugin for the asdf version manager
Stars: ✭ 159 (+622.73%)
Mutual labels:  asdf, asdf-plugin
asdf-elm
elm version manager plugin for asdf.
Stars: ✭ 26 (+18.18%)
Mutual labels:  asdf, asdf-plugin
asdf-deno
Deno plugin for the asdf version manager
Stars: ✭ 71 (+222.73%)
Mutual labels:  asdf, asdf-plugin
asdf-ocaml
OCaml plugin for the asdf version manager
Stars: ✭ 20 (-9.09%)
Mutual labels:  asdf, asdf-plugin
dotfiles
This is what I use to get things done!
Stars: ✭ 59 (+168.18%)
Mutual labels:  asdf
dotfiles
🗿 dotfilery, configuration, environment settings, automation, etc. 🛖
Stars: ✭ 67 (+204.55%)
Mutual labels:  asdf
dotfiles
Dotfiles. Mac and *nix. Handy scripts, configurations for bash, zsh, git, asdf, Sublime Text, Karabiner-Elements, BetterTouchTool and more.
Stars: ✭ 15 (-31.82%)
Mutual labels:  asdf
workbench
A hierarchical environment manager for bash, written in bash.
Stars: ✭ 17 (-22.73%)
Mutual labels:  asdf
ansible-role-asdf
No description or website provided.
Stars: ✭ 45 (+104.55%)
Mutual labels:  asdf
dotfiles
My dotfiles
Stars: ✭ 22 (+0%)
Mutual labels:  asdf

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 https://github.com/vic/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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].