asdf

 Like this app

"asdf" is a tool version manager. All tool version definitions are contained within one file (.tool-versions) which you can check in to your project's Git repository to share with your team, ensuring everyone is using the exact same versions of tools.

License model

  • FreeOpen Source

Application type

Platforms

  • Mac
  • Linux
  No rating
0 likes
0comments
0 news articles

Features

Suggest and vote on features
  1.  Command line interface
  2.  Package Manager

asdf News & Activities

Highlights All activities

Recent activities

Show all activities

asdf information

AlternativeTo Categories

DevelopmentOS & Utilities

GitHub repository

  •  22,183 Stars
  •  790 Forks
  •  203 Open Issues
  •   Updated Dec 1, 2024 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about asdf, and it has gotten 0 likes

asdf was added to AlternativeTo by mradev on Apr 7, 2022 and this page was last updated Apr 7, 2022.
No comments or reviews, maybe you want to be first?
Post comment/review

What is asdf?

"asdf" is a tool version manager. All tool version definitions are contained within one file (.tool-versions) which you can check in to your project's Git repository to share with your team, ensuring everyone is using the exact same versions of tools.

How It Works

Once "asdf" core is set up with your Shell configuration, plugins are installed to manage particular tools. When a tool is installed by a plugin, the executables that are installed have shims created for each of them. When you try and run one of these executables, the shim is run instead, allowing asdf to identify which version of the tool is set in .tool-versions and execute that version.

Official Links