https://github.com/carhartl/lefthook-config
https://github.com/carhartl/lefthook-config
conventions git hooks linting
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/carhartl/lefthook-config
- Owner: carhartl
- License: mit
- Created: 2023-07-11T09:32:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T11:20:55.000Z (over 2 years ago)
- Last Synced: 2025-01-23T17:20:42.724Z (over 1 year ago)
- Topics: conventions, git, hooks, linting
- Language: Nix
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```