Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carhartl/lefthook-config
https://github.com/carhartl/lefthook-config
conventions git hooks linting
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/carhartl/lefthook-config
- Owner: carhartl
- License: mit
- Created: 2023-07-11T09:32:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-22T11:20:55.000Z (9 months ago)
- Last Synced: 2024-05-09T19:29:49.804Z (6 months 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
```