ghooks-org/ghooks
Simple git hooks observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4510
- days_rel: n/a
- days_push: 1140
- n_releases_24m: 0
Adoption not part of the score
1078 stars · 63 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ghooks is an npm package that manages git hooks for JavaScript projects by letting you define hook commands in your package. config. It installs git hooks automatically as a dev dependency and runs the configured commands on events like pre-commit, commit-msg, and pre-push.
Use cases
- run linting before every commit
- validate commit messages with commit-msg hooks
- run tests before pushing to remote
- automatically npm install after merge or rebase
- configure git hooks declaratively in package.
- make git hooks opt-in or opt-out for contributors
When to choose
- you have a Node.js project and want simple, zero-config git hooks managed via package.
- you want hooks installed automatically for everyone who runs npm install
- you need common hooks like pre-commit, pre-push, and commit-msg without shell scripting
When to avoid
- your project is not JavaScript/Node.js based
- you need actively maintained tooling - consider husky or modern alternatives
- you need complex hook logic beyond simple shell commands
- you must install hooks globally or outside a package. project
Facets
library · maturity maintenance
developer-tools cli configuration-management developer-tools version-control cli cross-platform git-hooks npm pre-commit commit-msg javascript automation nodejs
1 source
- readme: https://github.com/ghooks-org/ghooks · fetched 2026-08-28 · bbc97fce11ae
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ghooks-org/ghooks | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="ghooks-org/ghooks")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem