docs: mention hk

This commit is contained in:
jdx 2025-02-17 07:54:10 -06:00
parent 4d081c7e7a
commit 1a58e86ce2
No known key found for this signature in database
GPG Key ID: 584DADE86724B407
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
Links to articles, videos, and other resources that are relevant to mise.
- 2025-02-17 - hk: git hook manager that pairs well with mise - <https://hk.jdx.dev>
- 2025-02-04 - A Mise guide for Swift developers - <https://tuist.dev/blog/2025/02/04/mise>
- 2025-01-26 - devtools.fm: Jeff Dickey - Mise, Usage, and Pitchfork and the Future of Polyglot Tools - <https://www.devtools.fm/episode/129>
- 2025-01-12 - [fr] Mise-En-Place: Simplifiez la Gestion de vos Environnements et Tâches <https://blog.stephane-robert.info/docs/developper/autres-outils/mise-en-place/>

View File

@ -10,6 +10,8 @@ use crate::git::Git;
/// when you commit changes to your repository.
///
/// Staged files are passed to the task as `STAGED`.
///
/// For more advanced pre-commit functionality, see mise's sister project: https://hk.jdx.dev/
#[derive(Debug, clap::Args)]
#[clap(verbatim_doc_comment, visible_alias = "pre-commit", after_long_help = AFTER_LONG_HELP)]
pub struct GitPreCommit {