asdf/README.md
2014-09-29 22:21:09 +05:30

512 B

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