Replies: 2 comments
-
I'm experimentally planning to adopt vfox plugins |
Beta Was this translation helpful? Give feedback.
0 replies
-
just because asdf uses bash, doesn't mean it can't be unit/integration tested. bats is a thing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to see this tool moving away from the ASDF plugin system in which each developer had to implement their own logic from scratch. All plugins implement logic of common actions like
download
,install
,verify
, etc.Some of these actions share a common logic and can utilize shared code between them.
I would also like to see plugins which are not written in Bash and have proper testing.
So far - community-wise - it seems like the recommended way is to create plugins in Bash while the core plugins are written in Rust.
Can you at least add support for community-driven plugins in Rust and Go ?
Beta Was this translation helpful? Give feedback.
All reactions