Replies: 2 comments 1 reply
-
|
To give a concrete example, say I'd like to use |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
i ignore proto and just use mise instead. I'm not really sure why proto exists in light of the existance of mise |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to setup developer tools through proto/moon. There are many such tools that can be installed via cargo binstall ro go install. I was wondering what's the recommended way to do that in a moon repo.
I'm aware of bins option in both rust and go toolchains (moon v2). However, I'm not aware of how to trigger the installation of said tools. My best guess is that a task in a project that utilizes said toolchains must be run first for moon to trigger these installations. Is there a better way to accomplish this using the bins option?
Alternatively, I'm guessing I could setup these tools via .prototools. Is the only way to accomplish this via .prototools is by writing custom wasm plugins?
Beta Was this translation helpful? Give feedback.
All reactions