Add help.deps
scripts to all first party plugins (to demonstrate the best practice)
#1374
Labels
help.deps
scripts to all first party plugins (to demonstrate the best practice)
#1374
Is your feature request related to a problem? Please describe
My problem is that even with #757, installing dependencies of a plugin is still too hard, mostly because plugin authors do not add a
help.deps
script.Describe the proposed solution
The first party plugins should lead by example and provide
help.deps
scripts that output dependencies for a TBD set of "basic" platform, like Ubuntu, Fedora, Alpine.Once that's done, the "Getting Started" guide should be extended to show how the output of
help.deps
can be used to install plugin dependencies (semi-)automatically.Describe similar
asdf
features and why they are not sufficientDetermining and installing plugin dependencies manually is cumbersome and defeats the purpose of a tool like
asdf
, which is to automate tool setup.Describe other workarounds you've considered
As suggested here, the presence of a working
help.deps
script should and could actually be enforced.The text was updated successfully, but these errors were encountered: