zlacker

[return to "Hk, a new Git hook manager"]
1. joachi+3k[view] [source] 2025-02-17 18:17:58
>>DrBenC+(OP)
For me the issue to be solved is how to easily get the team to run the tool. Some focus should be on integrating build tools.

When I or a team member do gradle build, npm build or cargo build or similar on a fresh checkout the tool should ask to be installed.

◧◩
2. DrBenC+il2[view] [source] 2025-02-18 14:01:45
>>joachi+3k
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
◧◩◪
3. hv42+TW2[view] [source] 2025-02-18 16:45:24
>>DrBenC+il2
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]