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'd like to be able to invoke scripts defined in devbox.json via git hooks.
What solution would you like?
A plug-in that would allow you to define a script in devbox and have it automatically be associated with an appropriate git hook.
Alternatives you've considered
There's a clever approach in devenv here. It automates the process of defining an appropriate pre-commit configuration, and comes with a bunch of canned tooling. https://github.com/cachix/git-hooks.nix .
The text was updated successfully, but these errors were encountered:
What problem are you trying to solve?
I'd like to be able to invoke scripts defined in
devbox.json
via git hooks.What solution would you like?
A plug-in that would allow you to define a script in devbox and have it automatically be associated with an appropriate git hook.
Alternatives you've considered
There's a clever approach in devenv here. It automates the process of defining an appropriate pre-commit configuration, and comes with a bunch of canned tooling. https://github.com/cachix/git-hooks.nix .
The text was updated successfully, but these errors were encountered: