Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
Go to file
2019-03-18 15:04:13 +09:00
.github Add github issue and pull request templates. 2017-08-08 11:25:21 -04:00
bin Move common functionality to utils.sh 2019-01-20 14:02:22 -06:00
completions Silence errors during tab completion 2018-11-16 07:25:33 -05:00
docs [docs] add commands for macOS and Fedora plugins dependencies (#454) 2019-02-02 20:56:49 +11:00
lib fix shellchecks 2019-01-23 22:27:31 -06:00
test Test that command being executed can see other tools shims on path 2019-01-23 22:18:18 -06:00
.gitignore Add plugin-list-all command 2017-08-25 11:29:23 +09:00
.travis.yml Add TravisCI instructions for osx setup of shellcheck 2017-09-04 10:09:48 -04:00
asdf.fish Update asdf.fish 2019-03-18 15:04:13 +09:00
asdf.sh Remove unused asdf shims directory 2018-11-27 10:18:05 -05:00
ballad-of-asdf.md fix ballad formatting 2017-06-10 10:06:48 -04:00
CHANGELOG.md Add asdf env command 2019-01-19 20:59:27 -06:00
CONTRIBUTING.md de-dupe readme and finalise docs site (#441) 2019-01-29 22:31:34 +11:00
defaults Add support for config file. 2016-04-24 22:39:24 +09:00
help.txt Add asdf env command 2019-01-19 20:59:27 -06:00
LICENSE Add license file. Thanks to @mosic for reporting 2016-03-16 10:27:58 +05:30
lint.sh Remove shebangs from lib files and pass bash dialect to shellcheck 2017-10-01 11:34:35 -04:00
README.md de-dupe readme and finalise docs site (#441) 2019-01-29 22:31:34 +11:00
release.sh Commit all files changed by release.sh before it tags 2019-01-19 09:29:55 -05:00
Vagrantfile Add a Vagrantfile to test on ubuntu 2015-05-19 11:00:40 +05:30
VERSION v0.6.4-dev 2019-01-20 14:39:18 -06:00

asdf-vm Build Status

Manage multiple runtimes with a single CLI tool, extendable via plugins - docs site

asdf-vm is a CLI tool that can manage multiple language runtimes on a per-project basis. It is like gvm, nvm, rbenv & pyenv (and more) all in one! Simply install your language's plugin!

Why use asdf-vm?

  • single CLI for multiple languages
  • consistent commands to manage all your languages
  • single global config keeping defaults in one place
  • single .tool-versions config file per project
  • support for existing config files .node-version, .nvmrc, .ruby-version for easy migration
  • automatically switches runtime versions as you trasverse your directories
  • simple plugin system to add support for your language of choice
  • completion scripts managed by the plugin, not you!

Documentation

Please head over the documentation site for more information!

Contributing

See CONTRIBUTING.md in the repo or the Contributing section on the docs site.