mirror of https://github.com/jdx/mise
docs: mention hk
This commit is contained in:
parent
4d081c7e7a
commit
1a58e86ce2
|
@ -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/>
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue