-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for detection of tool versions in .tool-versions
file
#26
Comments
.tool-versions
file
I assume this is the spec for |
Yes, sorry. I forgot to attach the source of that specification. Although it is something promoted by asdf, it is widely used to configure tool versions in development environments. Other tools like rtx also support this specification. Thanks in advance 🙏 |
This sounds good and would make it easier to migrate from rtx / asdf. (my previous go to) |
cool, can do and thanks for the copious detail! Probably if |
My vote would be not to implement this. The So I only put packages in I guess the one caveat would be if pkgx could have this as a configurable option, much like asdf has |
Okay, I just saw @mxcl comment about delegating to |
Title: Support for detection of tool versions in
.tool-versions
fileIssue Description:
Currently, the project supports the automatic detection of Node.js versions through the
.node-version
file. However, it would be highly beneficial to extend this functionality to include detection of tool versions specified in the.tool-versions
file.Proposed Solution:
To achieve this, we can enhance the version detection mechanism to recognize and apply the specified tool versions from the
.tool-versions
file. This improvement will streamline the development process by ensuring that the correct tool versions are utilized consistently across different environments.Expected Behavior:
.tool-versions
file is present in the project, the system should automatically identify and use the specified tool versions.Additional Information:
Steps to Reproduce:
.tool-versions
file in the project directory.tool_name version_number
.Acceptance Criteria:
.tool-versions
file.The text was updated successfully, but these errors were encountered: