Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
Go to file
Akash Manohar J 0ff759a9be Dir structure
2014-09-30 05:23:59 +05:30
bin Dir structure 2014-09-30 05:23:59 +05:30
lib Dir structure 2014-09-30 05:23:59 +05:30
README.md Stubbed out functions 2014-09-29 22:21:09 +05:30

asdf version manager

for everything that needs a version manager

Commands

Install verison 1.2.3 of xyz

asdf install xyz 1.2.3

Uninstall version 1.2.3 of xyz

asdf uninstall xyz 1.2.3

List installed versions of xyz

asdf list xyz

List all available versions of xyz

asdf list xyz --all

Add a tool

asdf add elixir HashNuke/asdf-elixir

List all tool sources added

asdf list

asdf depend elixir 1.0.0 on java 1.0