lefthook-windows-x64 2.1.9 → 2.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -4
- package/bin/lefthook.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,21 +14,20 @@ A Git hooks manager for Node.js, Ruby, Python and many other types of projects.
|
|
|
14
14
|
|
|
15
15
|
📖 [Introduction post](https://evilmartians.com/chronicles/lefthook-knock-your-teams-code-back-into-shape?utm_source=lefthook)
|
|
16
16
|
|
|
17
|
-
<a href="https://evilmartians.com
|
|
18
|
-
<img src="https://evilmartians.com/badges/sponsored-by-evil-martians.svg" alt="Sponsored by Evil Martians" width="100%" height="54"></a>
|
|
17
|
+
<img src="https://cdn.evilmartians.com/badges/logo-no-label.svg" alt="Evil Martians logo" width="22" height="16" /> <b>Lefthook</b> is built by <b><a href="https://evilmartians.com/">Evil Martians</a></b>, an American design and engineering consultancy for <b>developer tools, AI, and cybersecurity startups</b>.
|
|
19
18
|
|
|
20
19
|
## Install
|
|
21
20
|
|
|
22
21
|
With **Go** (>= 1.26):
|
|
23
22
|
|
|
24
23
|
```bash
|
|
25
|
-
go install github.com/evilmartians/lefthook/v2@v2.1.
|
|
24
|
+
go install github.com/evilmartians/lefthook/v2@v2.1.12
|
|
26
25
|
```
|
|
27
26
|
|
|
28
27
|
* or as a go tool
|
|
29
28
|
|
|
30
29
|
```bash
|
|
31
|
-
go get -tool github.com/evilmartians/lefthook/v2@v2.1.
|
|
30
|
+
go get -tool github.com/evilmartians/lefthook/v2@v2.1.12
|
|
32
31
|
```
|
|
33
32
|
|
|
34
33
|
With **NPM**:
|
package/bin/lefthook.exe
CHANGED
|
Binary file
|