From c1a188363e448aafb1a68c49ac50b2fd5e8c903c Mon Sep 17 00:00:00 2001 From: Vladimir Dementyev Date: Tue, 30 Jul 2019 22:27:42 -0400 Subject: [PATCH] readme: add links to the post --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9dac92f1..57281d40 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ # Lefthook +> The fastest polyglot Git hooks manager out there + @@ -11,6 +13,8 @@ Fast and powerful Git hooks manager for Node.js, Ruby or any other type of proje * **Powerful.** With a few lines in the config you can check only the changed files on `pre-push` hook. * **Simple.** It is single dependency-free binary which can work in any environment. +📖 [Read the introduction post](https://evilmartians.com/chronicles/lefthook-knock-your-teams-code-back-into-shape?utm_source=lefthook) + ```yml # On `git push` lefthook will run spelling and links check for all of the changed files pre-push: @@ -181,4 +185,5 @@ $ lefthook run fixer * [vs Overcommit, Husky, pre-commit](https://github.com/Arkweid/lefthook/wiki/Comparison-with-other-solutions) ### Articles +* [Lefthook: Knock your team’s code back into shape](https://evilmartians.com/chronicles/lefthook-knock-your-teams-code-back-into-shape?utm_source=lefthook) * [Lefthook + Crystalball](https://dev.to/evilmartians/lefthook-crystalball-and-git-magic-for-smooth-development-experience-33mc)