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

A simple git hooks manager for small projects

Results 27 simple-git-hooks issues
Sort by recently updated
recently updated
newest added

Hello, great project @toplenboren! Just migrated from Husky myself and have to say this project works in a much more elegant fashion DX-wise. Inspired by https://github.com/toplenboren/simple-git-hooks/issues/34 I've added built-in support...

How can I skip a pre-commit check by cli command?

When setting the configuration from `js` file (`simple-git-hooks.js` or `.simple-git-hooks.js`) the `npx simple-git-hooks` command executed on **Windows 10** returns an error: ``` Line: 1 Char: 1 Error: 'module' is not...

question

Hey! How about someone (who isn't horrible at drawing things, like myself) create a customized icon for the config files: `.simple-git-hooks.cjs`, `.simple-git-hooks.js`, `simple-git-hooks.cjs`, `simple-git-hooks.js`, `.simple-git-hooks.json` or `simple-git-hooks.json`? Then it would...

enhancement

Is this a good idea to do something like this? ``` "simple-git-hooks": { "pre-commit": "npx simple-git-hooks && npx lint-staged" } ``` so that people don't need to run `npx simple-git-hooks`...

question

## Issues Running `simple-git-hooks` with `npx` or `npm exec` causes the installation to fail. ```sh $ npx -y simple-git-hooks@latest > [email protected] postinstall > node ./postinstall.js node:internal/fs/utils:344fy:simple-git-hooks: sill audit bulk request...

bug

I get the following errror ``` ENOENT: no such file or directory, open '/Users/niklaas/git/abc/def/.git/worktrees//hooks/pre-commit' ``` when running `npx simple-pre-commit` inside a [git worktree](https://git-scm.com/docs/git-worktree).

good first issue

Since people can’t move to husky 5 for a while, it is a great time to compare `simple-pre-commit` with husky 4 and put it to the docs. Maybe you are...