Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
Go to file
2014-11-30 11:32:57 +05:30
bin Use erlang as an example source 2014-11-29 20:16:29 +05:30
lib WIP: Attempting to install erlang 17.3.4 now 2014-11-30 11:32:57 +05:30
sources/erlang WIP: Attempting to install erlang 17.3.4 now 2014-11-30 11:32:57 +05:30
README.md Use erlang as an example source 2014-11-29 20:16:29 +05:30

asdf version manager

for everything that needs a version manager

Commands

asdf install asdf uninstall asdf list asdf list-all asdf use asdf source-add asdf source-remove asdf source-update asdf source-update

.asdf-versions file

elixir 1.0.0
erlang 17.3

Package source structure

A package source is a git repo, with the following files

  • bin/install
  • bin/uninstall
  • bin/use

These scripts are run when package install, package uninstall or package use commands are run. You can set or unset env vars,