Ross ROSS = Recommend OSS · open-source software intelligence for agents

toplenboren/simple-git-hooks

A simple git hooks manager for small projects observed · 2026-08-28

github.com/toplenboren/simple-git-hooks · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

72/100

  • Activity 94
  • Release rhythm 29
  • 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: 66.0
  • age_days: 2027
  • days_rel: 398
  • days_push: 38
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

1678 stars · 59 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

simple-git-hooks is a zero-dependency npm tool that manages git hooks for small projects via a single configuration object in package.. It writes hook scripts into .git/hooks so commands like lint-staged run on pre-commit or pre-push.

Use cases

  • run lint-staged on every commit
  • set up pre-commit hooks in a small project
  • run formatters before git push
  • replace husky with a lighter git hooks manager
  • enforce code quality checks on commit
  • configure git hooks from package.

When to choose

  • small projects needing quick, one-time hook setup
  • you want a zero-dependency, lightweight alternative to husky or lefthook
  • you only need one command per hook and rarely change them

When to avoid

  • you frequently update hooks and need automatic re-application
  • you need multiple commands per hook or verbose, flexible configuration
  • large monorepos needing advanced hook orchestration

Facets

library · maturity active

developer-tools configuration-management cli developer-tools version-control cli cross-platform git-hooks pre-commit pre-push zero-dependency lint-staged automation nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
toplenboren/simple-git-hooksmain72

For agents

markdown · JSON · MCP: product_card(name="toplenboren/simple-git-hooks")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem