{"id":50897777,"url":"https://github.com/EzpieCo/GetHooky","last_synced_at":"2026-07-03T16:01:26.432Z","repository":{"id":298528770,"uuid":"998922960","full_name":"EzpieCo/GetHooky","owner":"EzpieCo","description":"git hooks managing with stupidity as priority","archived":false,"fork":false,"pushed_at":"2026-03-15T02:53:51.000Z","size":135,"stargazers_count":54,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-15T14:06:02.595Z","etag":null,"topics":["cli","commit","git","git-hook","go","open-source"],"latest_commit_sha":null,"homepage":"https://ezpieco.github.io/GetHooky/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EzpieCo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-09T13:18:08.000Z","updated_at":"2026-03-15T02:53:55.000Z","dependencies_parsed_at":"2025-06-11T16:19:53.915Z","dependency_job_id":"0cd1c9f3-d1e6-411d-9175-4f69312681bd","html_url":"https://github.com/EzpieCo/GetHooky","commit_stats":null,"previous_names":["ezpieco/gethooky"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/EzpieCo/GetHooky","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EzpieCo%2FGetHooky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EzpieCo%2FGetHooky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EzpieCo%2FGetHooky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EzpieCo%2FGetHooky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EzpieCo","download_url":"https://codeload.github.com/EzpieCo/GetHooky/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EzpieCo%2FGetHooky/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35092185,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-03T02:00:05.635Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","commit","git","git-hook","go","open-source"],"created_at":"2026-06-16T01:31:30.079Z","updated_at":"2026-07-03T16:01:26.422Z","avatar_url":"https://github.com/EzpieCo.png","language":"Go","funding_links":[],"categories":["cli"],"sub_categories":[],"readme":"# 🪝 GetHooky\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n![latest version](https://img.shields.io/github/v/release/ezpieco/gethooky?style=for-the-badge)\n![latest release](https://img.shields.io/github/downloads/ezpieco/gethooky/total?style=for-the-badge)\n![GitHub License](https://img.shields.io/github/license/ezpieco/gethooky?style=for-the-badge)\n\nInspired from [husky](https://github.com/typicode/husky) but built for **every stack**. Because git is git whether you code in python, rust, go, or nodejs.\n\n![logo](./assets/getHooky.svg)\n\n\u003e *Because the intern shouldn't `git push` broken, untested, unlinted, code to production* - wise old programmer, 2025\n\nGet hooks but for every stack - Python, Node, Rust, Go, anything.\n\nGetHooky will make sure that you run your commands before(or after) doing any git command.\n\n**NOTE:** GetHooky doesn't have control over what you do, so use wisely.\n\n## 🚀 Features\n\n-  Cross platform.\n- ✅ Works with any language stack(python, go, rust, node)\n- 👶 Very easy to use, even a 5 year old can use it.\n-  Store hooks in a version controlable manner, inside `.hooky` directory\n- 🧠 manages only hooks it has access to hooks with `# hookie ya rookie`\n- 🛠 Easy to install, update and share hooks with your team\n\n## ⚡ Blazingly Fast Example\n\nPrevent interns from pushing broken commits\n\n```\n$ hooky init\n$ hooky add pre-commit \"pytest\"\n$ hooky install\n```\n\nAnd then try running commit and let the black magic work!\n\n##  Installation\n\n| Method | Command |\n| ------ | ------- |\n| curl   | `sh -c \"$(curl -fsSL https://raw.githubusercontent.com/ezpieco/gethooky/master/tools/install.sh)\"`|\n| wget   | `sh -c \"$(wget -O- https://raw.githubusercontent.com/ezpieco/gethooky/master/tools/install.sh)\"`|\n| scoop(windows recommended)   | `scoop bucket add hooky https://github.com/ezpieco/gethooky \u0026\u0026 scoop install hooky`|\n\n## ⚡ Quick Start\n\n```bash\nhooky init\n```\nCreates a `.hooky` directory in your current directory\n```bash\nhooky add \u003chook-name\u003e \u003ccommand\u003e\n```\nCreates a `.hooky/\u003chook-name\u003e` file with `\u003ccommand\u003e` in it.\n```bash\nhooky install\n```\nInstalls all `.hooky/*` hooks into `.git/hooks/*` with custom hooks in mind.\n\n## Why not X?\n\n|    Tool    |   Language   | Git hook sharing |\n|------------|--------------|------------------|\n|    Husky   | Node.js only |        Yes       |\n| pre-commit |  Python only |        Yes       |\n|  GetHooky  | Any language |        Yes       |\n\n## 🧠 How It Works\nGetHooky stores all your hooks inside of `.hooky` where you can version control them and share it with your team.\n\nWhen you run `hooky install` it generates a `.git/hooky/\u003chook-name\u003e` with the following content:\n\n```bash\n#!/bin/sh\n# hooky ya rookie\n\n# your command here\n\nif [ $? -ne 0 ]; then\n  echo \"\"\n  echo \"🚫 Hook '\u003chook-name\u003e' failed.\"\n  echo \"👉 To bypass, use: git commit --no-verify\"\n  echo \"\"\n  exit 1\nfi\n```\n\nOnly files with `# hooky ya rookie` are controlled by GetHooky, your custom ones are always skipped.\n\n## 🌐 Docs\nYou can read the full docs at [here](https://ezpieco.github.io/GetHooky/)\n\n⭐ If you find GetHooky useful, consider starring the repo!\n\n## Thank you\n\n[![Forkers repo roster for @ezpieco/gethooky](https://reporoster.com/stars/dark/ezpieco/gethooky)](https://github.com/ezpieco/gethooky/network/members)\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/flowXM\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/54032222?v=4?s=100\" width=\"100px;\" alt=\"flowXM\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eflowXM\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/EzpieCo/GetHooky/commits?author=flowXM\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/thatonecodes\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/114317937?v=4?s=100\" width=\"100px;\" alt=\"Maher\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMaher\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/EzpieCo/GetHooky/commits?author=thatonecodes\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEzpieCo%2FGetHooky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEzpieCo%2FGetHooky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEzpieCo%2FGetHooky/lists"}