asdf-vm/asdf

Non-language plugins

Open

#367 geöffnet am 2. Okt. 2018

Auf GitHub ansehen
 (13 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)Go (881 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (23.759 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 3T 13h) (4 gemergte PRs in 30 T)

Beschreibung

Rbenv allows you to install plugins that hook into more functionality of the version manager. For example, rbenv-vars allows you to set project specific environment variables and are automatically loaded when Ruby is executed.

I've replicated this for asdf called asdf-vars, but right now I have to inject into the asdf-exec script to add this functionality. The downside is that this is going to cause a conflict when updating asdf in the future.

There's a list of other interesting plugins here: https://github.com/rbenv/rbenv/wiki/Plugins

These are the hooks that they support for plugins: https://github.com/rbenv/rbenv/wiki/Authoring-plugins#rbenv-hooks

Would adding hooks to support non-language plugins to asdf be something that would get accepted as a PR or is already on the roadmap?

Contributor Guide