asdf
asdf copied to clipboard
Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
### Is your feature request related to a problem? Please describe At the moment you have to manually install things like unzip to get asdf to work which is pretty...
### Is your feature request related to a problem? Please describe Different project use different variations of these values. I've had to write code to handle it in each plugin...
### Is your feature request related to a problem? Please describe I'd like to know what versions of tools are still active such as terraform to understand what my custom...
### Steps to reproduce ``` $ asdf list ruby > 2.3.1 2.3.7 $ asdf local ruby 2.3 ``` ### Expected behavior Use version 2.3.7, since it is the highest version...
### Is your feature request related to a problem? Please describe I want to be able to use `asdf` to install and manage multiple versions of Terraform in an environment...
### Idea Edit: it seems supporting the XDG spec would satisfy most peoples needs, so renaming to capture this intent. Currently `asdf-nodejs`, `asdf-ruby` and `asdf-python` among other plugins allow for...
Hello, Not sure if this is the right place to report this issue but I've noticed using `asdf` is quite slow for executing commands. This is `ruby` using `chruby`: ```...
In reference to https://github.com/asdf-vm/asdf/issues/450 and https://github.com/asdf-vm/asdf/pull/451 I have been preparing appveyor CI to run tests. Using cygwin bash most of the tests pass. I need some help in debugging the...
# Summary I would like to be able to install the tools I am creating with asdf. I also want to provide the tool itself and the asdf plugin in...
**Describe the bug** The [extension commands plugin api](https://asdf-vm.com/#/plugins-create?id=extension-commands-for-asdf-cli) does not work if the plugin does not have a `bin` directory. This seems to be related to https://github.com/asdf-vm/asdf/blob/master/bin/asdf#L51 which checks for...