We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a4ea1 commit 162df9dCopy full SHA for 162df9d
site/index.html
@@ -3,13 +3,13 @@
3
<head>
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <meta name="description" content="a single-file, zero-dependency git hooks manager.">
+ <meta name="description" content="git hooks made easier. simple, lightweight, and portable.">
7
<title>githook.sh</title>
8
<link rel="stylesheet" href="/style.css">
9
</head>
10
<body>
11
<h1>githook.sh</h1>
12
-<p>a single-file, zero-dependency git hooks manager.</p>
+<p>git hooks made easier. simple, lightweight, and portable. inspired by <a href="https://github.com/typicode/husky">husky</a>.</p>
13
<p><a href="/docs">docs</a></p>
14
<h2>quick install</h2>
15
<pre>curl -sSL https://githook.sh | sh</pre>
0 commit comments