This commit is contained in:
Eric Kelly 2019-02-11 09:00:14 -08:00 committed by GitHub
parent abea57501d
commit 8d63379eeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ asdf-vm is a CLI tool that can manage multiple language runtime versions on a pe
- single global config keeping defaults in one place - single global config keeping defaults in one place
- single `.tool-versions` config file per project - single `.tool-versions` config file per project
- support for existing config files `.node-version`, `.nvmrc`, `.ruby-version` for easy migration - support for existing config files `.node-version`, `.nvmrc`, `.ruby-version` for easy migration
- automatically switches runtime versions as you trasverse your directories - automatically switches runtime versions as you traverse your directories
- simple plugin system to add support for your language of choice - simple plugin system to add support for your language of choice
- completion scripts managed by the plugin, not you! - completion scripts managed by the plugin, not you!