{"id":25492415,"url":"https://github.com/peeeuzin/hooky","last_synced_at":"2026-05-19T19:32:36.615Z","repository":{"id":229483591,"uuid":"776828577","full_name":"peeeuzin/hooky","owner":"peeeuzin","description":"Git hooks helper made in Rusty","archived":false,"fork":false,"pushed_at":"2024-03-26T22:24:36.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T07:07:21.067Z","etag":null,"topics":["git","git-hooks","hooks","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/peeeuzin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2024-03-24T15:06:20.000Z","updated_at":"2024-07-08T00:58:39.000Z","dependencies_parsed_at":"2025-02-18T22:31:32.667Z","dependency_job_id":"6b627459-a879-45d5-87bf-001e55fa59fa","html_url":"https://github.com/peeeuzin/hooky","commit_stats":null,"previous_names":["peeeuzin/hooky"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/peeeuzin/hooky","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peeeuzin%2Fhooky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peeeuzin%2Fhooky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peeeuzin%2Fhooky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peeeuzin%2Fhooky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peeeuzin","download_url":"https://codeload.github.com/peeeuzin/hooky/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peeeuzin%2Fhooky/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33229365,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T15:49:41.270Z","status":"ssl_error","status_checked_at":"2026-05-19T15:49:22.917Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["git","git-hooks","hooks","rust"],"created_at":"2025-02-18T22:29:43.122Z","updated_at":"2026-05-19T19:32:31.608Z","avatar_url":"https://github.com/peeeuzin.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hooky\nGit hooks helper made in Rust\n\n## Features\n- [x] Zero dependencies\n- [x] Easy to use\n- [x] Fast\n- [x] Cross-platform\n\n# Installation\n```bash\ncargo install hooky-rs\n```\n\n# CLI usage\n\n## Initialize Hooky\nTo initialize the hooks, run the following command:\n```bash\nhooky init\n```\nThis will create a `.hooky` directory in the root of your project, where the hooks will be stored. Also automatically adds `pre-commit` and hooks, but you can disable this by passing the `--no-pre-commit` flag.\n\n## Add a hook\nTo add a hook, run the following command:\n```bash\nhooky add \u003chook-name\u003e\n```\n\n\n## Uninstall Hooky\nTo uninstall Hooky, run the following command:\n```bash\nhooky uninstall\n```\n\n# Library usage (Experimental)\nThe library usage is made for Rust projects, to bind the hooks automatically.\n\nTo use Hooky as a library, add the following to your `Cargo.toml`:\n```toml\n[build-dependencies]\nhooky-rs = \"*\"\n```\n\nAdd `src/build.rs`:\n```rust\nfn main() {\n    // Initialize Hooky\n    hooky::initialize_build();\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeeeuzin%2Fhooky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeeeuzin%2Fhooky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeeeuzin%2Fhooky/lists"}