Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carhartl/lefthook-config


https://github.com/carhartl/lefthook-config

conventions git hooks linting

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# Lefthook config

[Lefthook](https://github.com/evilmartians/lefthook)

## Installation

### All in one

```bash
bash -c "$(curl --silent https://raw.githubusercontent.com/carhartl/lefthook-config/main/install.sh)"
```

### With Go scope

```bash
bash -c "$(curl --silent https://raw.githubusercontent.com/carhartl/lefthook-config/main/install.sh)" -- go
```

### With Terraform scope

```bash
bash -c "$(curl --silent https://raw.githubusercontent.com/carhartl/lefthook-config/main/install.sh)" -- terraform
```