yadm/contrib/hooks
Tim Byrne afab29c5fc
Update version number and update documentation
* Improve handling of submodules at upgrade (#284, #285, #293)
* Improve Zsh completions (#292, #298)
* Use stderr for error messages (#297)
2021-01-07 09:24:11 -06:00
..
encrypt_with_checksums Update version number and update documentation 2021-01-07 09:24:11 -06:00
parsing_full_command_example Add example of parsing YADM_HOOK_FULL_COMMAND 2020-01-27 07:31:58 -06:00
README.md Add contrib/hooks 2019-03-12 22:07:25 -05:00

README.md

Contributed Hooks

Although these hooks are available as part of the official yadm source tree, they have a somewhat different status. The intention is to keep interesting and potentially useful hooks here, building a library of examples that might help others.

In some cases, an experimental new feature can be build entirely with hooks, and this is a place to share it.

I recommend careful review of any code from here before using it. No guarantees of code quality is assumed.