@evilmartians/lefthook
Advanced tools
Comparing version 1.4.10 to 1.4.11
{ | ||
"name": "@evilmartians/lefthook", | ||
"version": "1.4.10", | ||
"version": "1.4.11", | ||
"description": "Simple git hooks manager", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,3 +11,3 @@ ![Build Status](https://github.com/evilmartians/lefthook/actions/workflows/test.yml/badge.svg?branch=master) | ||
Fast and powerful Git hooks manager for Node.js, Ruby or any other type of projects. | ||
A Git hooks manager for Node.js, Ruby and many other types of projects. | ||
@@ -43,15 +43,28 @@ * **Fast.** It is written in Go. Can run commands in parallel. | ||
**[Installation guide](./docs/install.md)** with more different installation instructions. | ||
**[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. | ||
## Usage | ||
Lefthook is easy to use. Once you configure and setup you can forget that it even exists and rely on the magic underneath. | ||
Configure your hooks, install them once and forget about it: rely on the magic underneath. | ||
See: | ||
#### TL;DR | ||
- [**Usage**](./docs/usage.md) of **lefthook** CLI utility. | ||
- [**Configuration**](./docs/configuration.md) details for `lefthook.yml` | ||
- [**Wiki**](https://github.com/evilmartians/lefthook/wiki) for other information. | ||
- [**Discussions**](https://github.com/evilmartians/lefthook/discussions) if you want to ask a question, suggest a feature, or report a bug. | ||
```bash | ||
# Configure your hooks | ||
vim lefthook.yml | ||
# Install them to the git project | ||
lefthook install | ||
# Enjoy your work with git | ||
git add -A && git commit -m '...' | ||
``` | ||
#### More details | ||
- [**Configuration**](./docs/configuration.md) for `lefthook.yml` config options. | ||
- [**Usage**](./docs/usage.md) for **lefthook** CLI options, supported ENVs, and usage tips. | ||
- [**Wiki**](https://github.com/evilmartians/lefthook/wiki) for guides, examples, and benchmarks. | ||
- [**Discussions**](https://github.com/evilmartians/lefthook/discussions) for questions, ideas, suggestions. | ||
*** | ||
@@ -58,0 +71,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
60675949
243