Asdf – An Extendable Version Manager
asdf-vm.com
Asdf – An Extendable Version Manager
1–10 of 100 posts
Re: Asdf – An Extendable Version Manager
#2After giving up on the website I look at the code. It's a shell script. Wonderful.
I'll stick with Nix any day. Or maybe conda.
Re: Asdf – An Extendable Version Manager
#3Re: Asdf – An Extendable Version Manager
#4Re: Asdf – An Extendable Version Manager
#5I have a .tool-versions file in code repo that lists what I need for a project.
elixir 1.2.3
erlang 1.2.3
nodejs 1.2.3
Whenever I `cd` into the folder, asdf automatically uses the right versions for me. I don't have to worry about anything. Razer sharp scalpel of a tool.Re: Asdf – An Extendable Version Manager
#6Re: Asdf – An Extendable Version Manager
#7I wish this was available out of the box to handle literary 90% of the tools.
Also, I typically pair it with direnv [1] for even more magic.
[0]: https://github.com/Banno/asdf-hashicorp
[1]: https://direnv.net/
Re: Asdf – An Extendable Version Manager
#8"Please head over the documentation site" is a link back to the site. The ballad links to an old repo (fortunately Github redirects it) The all-plugins page 404's. After giving up on the website I look at the code. It's a shell script. Wonderful. I'll stick with Nix any day. Or maybe conda.
Re: Asdf – An Extendable Version Manager
#9asdf makes my life so much easier seriously, it's amazing. Try it! I have a .tool-versions file in code repo that lists what I need for a project. elixir 1.2.3 erlang 1.2.3 nodejs 1.2.3 Whenever I `cd` into the folder, asdf automatically uses the right versions for me. I don't have to worry about anything. Razer sharp scalpel of a tool.
[0]: https://direnv.net/
Re: Asdf – An Extendable Version Manager
#10The name is off putting to me though, because it’s meaningless. Maybe I could alias it to something like xenv and pretend it didn’t bother me.