You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using hermit to install packages into local repos to great effect!
There are a few places where it would be really nice to be able to install those same binaries globally (e.g. into ~/bin so that if an individual repo does not have a binary pinned, it would fall back to this global binary).
The exact use case I am looking at is that I want to add a conventional commit message linter to a git hook in my dotfiles (which are shared between Mac and Linux instances) and it would be nice to programmatically define which linter version should be downloaded and used. Hermit already knows how to download and install the linter for both architectures, so it would be really nice to leverage that.
The text was updated successfully, but these errors were encountered:
I have been using hermit to install packages into local repos to great effect!
There are a few places where it would be really nice to be able to install those same binaries globally (e.g. into
~/bin
so that if an individual repo does not have a binary pinned, it would fall back to this global binary).The exact use case I am looking at is that I want to add a conventional commit message linter to a git hook in my dotfiles (which are shared between Mac and Linux instances) and it would be nice to programmatically define which linter version should be downloaded and used. Hermit already knows how to download and install the linter for both architectures, so it would be really nice to leverage that.
The text was updated successfully, but these errors were encountered: