zlacker

[parent] [thread] 1 comments
1. DrBenC+(OP)[view] [source] 2025-02-18 14:01:45
I would use a wrapper sh script that checks for the tool and prompts an install, basically how Java projects include maven or gradle into a repo
replies(1): >>hv42+BB
2. hv42+BB[view] [source] 2025-02-18 16:45:24
>>DrBenC+(OP)
One of the goal of hk is to be used with mise (https://mise.jdx.dev/dev-tools/)

mise supports an experimental bootstrapping feature: it can download itself and install the tools required for the project.

See https://mise.jdx.dev/cli/generate/bootstrap.html and https://mise.jdx.dev/continuous-integration.html#bootstrappi...

[go to top]