Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
Go to file
2021-07-08 09:20:13 +10:00
.github chore: add Issue link for questions on SO (#971) 2021-06-18 08:35:10 +10:00
bin Update code to use . instead of source 2021-05-21 12:03:06 -04:00
completions fix: consistent system completion (#911) 2021-04-18 13:04:18 +10:00
docs fix: support latest with filter on local and global (#633) 2021-07-06 21:17:00 +10:00
lib feat: asdf latest defer to plugin to determine the latest version (#938) 2021-07-07 12:51:19 +10:00
release chore: rm update of version in README as not used (#985) 2021-07-06 16:15:45 +10:00
scripts fix: lint scripts for local and CI (#961) 2021-05-27 02:19:54 +10:00
test feat: asdf latest defer to plugin to determine the latest version (#938) 2021-07-07 12:51:19 +10:00
.editorconfig Add .editorconfig file. 2019-11-25 12:08:31 -06:00
.gitattributes chore: add gitattributes file (#783) 2020-09-01 08:06:15 +10:00
.gitignore Add plugin-list-all command 2017-08-25 11:29:23 +09:00
.tool-versions ci: adopt asdf for internal dev. init WSL test environments (#956) 2021-05-26 22:55:54 +10:00
asdf.fish Update code to use . instead of source 2021-05-21 12:03:06 -04:00
asdf.sh fix: remove automatic compinit (#678) 2020-03-20 07:37:25 +11:00
ballad-of-asdf.md fix ballad formatting 2017-06-10 10:06:48 -04:00
CHANGELOG.md chore: rm unused changelog heading (#990) 2021-07-08 09:20:13 +10:00
CONTRIBUTING.md fix: broken link in contributing.md (#852) 2021-01-20 00:41:54 +11:00
defaults Add support for config file. 2016-04-24 22:39:24 +09:00
help.txt fix: <plugin update all> to latest commit on default branch for each plugin (#800) 2021-03-02 17:37:05 +11:00
LICENSE Add license file. Thanks to @mosic for reporting 2016-03-16 10:27:58 +05:30
README.md ci: adopt asdf for internal dev. init WSL test environments (#956) 2021-05-26 22:55:54 +10:00
SECURITY.md chore: sec details & update supported version (#825) 2020-11-10 19:39:13 +11:00
VERSION Update version to 0.8.1 2021-05-18 19:41:16 -04:00

asdf Lint Tests

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

asdf 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?

  • 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
  • shell completion available for common shells (Bash, Zsh, Fish)

Documentation

Please head over to the documentation site for more information!

Contributing

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

Community & Questions

  • GitHub Issues GitHub Issues: report a bug or raise a feature request to the asdf core team
  • GitHub Discussions GitHub Discussions: our preferred method for community Q&A and interaction
  • StackOverflow Tag StackOverflow Tag: see existing Q&A for asdf. Some of the core team watch this tag in addition to our helpful community