We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd like to be able to invoke scripts defined in devbox.json via git hooks.
devbox.json
A plug-in that would allow you to define a script in devbox and have it automatically be associated with an appropriate git hook.
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:
Here's an example of the kind of thing I think could be useful:
https://github.com/joeapearson/devbox-git-hooks
Sorry, something went wrong.
No branches or pull requests
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: