@evilmartians/lefthook-installer
Advanced tools
Comparing version 1.7.21 to 1.7.22
{ | ||
"name": "@evilmartians/lefthook-installer", | ||
"version": "1.7.21", | ||
"version": "1.7.22", | ||
"description": "Simple git hooks manager", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
@@ -11,3 +11,3 @@ ![Build Status](https://github.com/evilmartians/lefthook/actions/workflows/test.yml/badge.svg?branch=master) | ||
A Git hooks manager for Node.js, Ruby and many other types of projects. | ||
A Git hooks manager for Node.js, Ruby, Python and many other types of projects. | ||
@@ -37,3 +37,3 @@ * **Fast.** It is written in Go. Can run commands in parallel. | ||
With **Ruby**: | ||
For **Ruby**: | ||
@@ -44,2 +44,8 @@ ```bash | ||
For **Python**: | ||
```bash | ||
pip install lefthook | ||
``` | ||
**[Installation guide](./docs/install.md)** with more ways to install lefthook: [apt](./docs/install.md#deb), [brew](./docs/install.md#homebrew), [winget](./docs/install.md#winget), and others. | ||
@@ -46,0 +52,0 @@ |
11186
246