Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
Go to file
2020-05-04 15:05:10 -04:00
.github Prefer open source distros over closed source distros in build 2020-01-15 10:28:26 -05:00
bin Require .bash extension for plugin extension commands 2020-03-02 13:13:20 -05:00
completions zsh: handle 'foo bar' == 'foo-bar' and latest 2020-02-19 18:01:56 -05:00
docs Add documentation on always_keep_download configuration option 2020-03-06 18:03:12 -05:00
lib Don't delete the download directory if the --keep-download flag is passed or the always_keep_download config is set to yes 2020-05-04 15:05:10 -04:00
release Run shfmt on bash files 2019-11-29 10:15:38 -06:00
test Don't delete the download directory if the --keep-download flag is passed or the always_keep_download config is set to yes 2020-05-04 15:05:10 -04:00
.editorconfig Add .editorconfig file. 2019-11-25 12:08:31 -06:00
.gitignore Add plugin-list-all command 2017-08-25 11:29:23 +09:00
appveyor.yml appveyor.yml: Add support for Windows 2019-08-24 23:51:20 +05:30
asdf.fish Remove shebang lines of sourced scripts 2019-12-31 09:48:56 -03:00
asdf.sh edit fpath as was removed in asdf-vm PR #71 2020-02-19 16:08:36 -05:00
ballad-of-asdf.md fix ballad formatting 2017-06-10 10:06:48 -04:00
CHANGELOG.md Prepare for tagging of version 0.7.7 2020-03-03 13:58:05 -05: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 Improvements to asdf plugin commands. 2019-11-30 14:18:37 -06:00
LICENSE Add license file. Thanks to @mosic for reporting 2016-03-16 10:27:58 +05:30
lint.sh Add .bash file extensions to files containing code executed by Bash 2020-03-02 12:48:05 -05:00
README.md Add link to our github actions repo. 2019-11-30 18:40:43 -06:00
SECURITY.md Clarify scope of SECURITY.md 2020-02-26 16:40:27 -05:00
Vagrantfile Add a Vagrantfile to test on ubuntu 2015-05-19 11:00:40 +05:30
VERSION Update version to 0.7.7 2020-03-04 09:13:43 -05:00

asdf-vm Main workflow Build status

Manage multiple runtime versions with a single CLI tool, extendable via plugins - docs at asdf-vm.com

asdf-vm is a CLI tool that can manage multiple language runtime versions 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 traverse 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.