Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
Go to file
Akash Manohar J efa1268689 Stubs
2014-10-19 21:49:40 +05:30
bin bin/asdf command 2014-10-19 21:49:24 +05:30
lib Stubs 2014-10-19 21:49:40 +05:30
README.md changes to commands 2014-10-19 21:48:48 +05:30

asdf version manager

for everything that needs a version manager

Commands

asdf install asdf uninstall asdf installed asdf available asdf use asdf source add asdf source remove asdf source update --all 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,