Skip to content
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

feat: Add asdf plugin support #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

onyedikachi-david
Copy link

ASDF Plugin Support for Proto

Implements a WASM plugin that enables Proto to leverage ASDF plugins without requiring ASDF installation.

Features

  • Seamless integration with existing ASDF plugins
  • Version detection from .tool-versions and legacy files
  • Plugin configuration via .prototools:
    [tools.node]
    asdf-plugin = "nodejs"  # Override plugin name
    asdf-repository = "https://github.com/asdf-vm/asdf-nodejs.git"  # Direct repo support

Implementation

  • Maintains ASDF plugin protocol compatibility
  • Handles plugin installation and updates
  • Supports all required ASDF environment variables
  • Works independently without ASDF installation

/claim #9

Closes #9

…etection, plugin management and tool installation
@onyedikachi-david
Copy link
Author

@milesj The PR is ready for review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Support asdf plugins through a proto WASM plugin
1 participant