git-hooks icon indicating copy to clipboard operation
git-hooks copied to clipboard

No nonsense Git hook management

Results 4 git-hooks issues
Sort by recently updated
recently updated
newest added

On **Windows** it's possible to **install the package using an admin console** (since `.git` folders are read-only for normal users). Otherwise symlink creation will fail due to missing permissions (.cjs...

With a structure like this: ``` . ├── .git ├── api/ │ └── package.json └── app/ ├── hasLintError.js └── package.json ``` In `app/package.json`, using `@zeit/git-hooks` with [`lint-staged`](https://github.com/okonet/lint-staged) has no effect....

enhancement
help wanted

It looks `yarn` path is hardcoded so that when it's updated and removed by like `brew`, scripts stop working. I think it's the same for `node` which the path is...