{"id":32118844,"url":"https://github.com/xcykrix/githooked","last_synced_at":"2025-12-11T21:09:08.498Z","repository":{"id":49065168,"uuid":"468101739","full_name":"xCykrix/githooked","owner":"xCykrix","description":"[DevOps/Beta] Manage git hooks across your project with cross-platform support and mobility. Comfortably integrates with git to allow custom scripting. Designed for Bash 4.0 or compatible. Compatible with Git SCM (Git for Windows).","archived":false,"fork":false,"pushed_at":"2025-03-06T19:52:18.000Z","size":31568,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-10T02:46:24.776Z","etag":null,"topics":["bash","collaboration","devops","githook","githooks","gitscm","gitwindows","shell","team","tool"],"latest_commit_sha":null,"homepage":"https://github.com/xCykrix/githooked/wiki","language":"Shell","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/xCykrix.png","metadata":{"funding":{"custom":["https://paypal.me/SamuelVoeller"]},"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":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-03-09T21:46:33.000Z","updated_at":"2025-09-24T18:54:24.000Z","dependencies_parsed_at":"2024-02-04T05:27:52.447Z","dependency_job_id":"611bab71-e055-41d5-971f-d64fd2124af1","html_url":"https://github.com/xCykrix/githooked","commit_stats":null,"previous_names":["amethyst-studio/githooked","samuel-voeller/githooked","xcykrix/githooked"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/xCykrix/githooked","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xCykrix%2Fgithooked","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xCykrix%2Fgithooked/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xCykrix%2Fgithooked/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xCykrix%2Fgithooked/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xCykrix","download_url":"https://codeload.github.com/xCykrix/githooked/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xCykrix%2Fgithooked/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27670233,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-11T02:00:11.302Z","response_time":56,"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":["bash","collaboration","devops","githook","githooks","gitscm","gitwindows","shell","team","tool"],"created_at":"2025-10-20T17:42:26.888Z","updated_at":"2025-12-11T21:09:08.492Z","avatar_url":"https://github.com/xCykrix.png","language":"Shell","readme":"\n# githooked\n\nTool | DevOps - Beta - Manage git hooks across your project with cross-platform support and mobility. Comfortably integrates with git to allow custom scripting. Designed for Bash 4.0 or compatible. Compatible with Git SCM (Git for Windows).\n\nFind more in-depth guidance and documentation at the [GitHub Wiki](https://github.com/xCykrix/githooked/wiki)\n\n![GitHub License](https://img.shields.io/github/license/xCykrix/githooked?style=for-the-badge\u0026logo=github\u0026cacheSeconds=86400)\n![GitHub Issues](https://img.shields.io/github/issues/xCykrix/githooked?style=for-the-badge\u0026logo=github\u0026cacheSeconds=3600)\n![GitHub Pull Requests](https://img.shields.io/github/issues-pr/xCykrix/githooked?style=for-the-badge\u0026logo=github\u0026cacheSeconds=3600)\n![GitHub Discussions](https://img.shields.io/github/discussions/xCykrix/githooked?style=for-the-badge\u0026logo=github\u0026cacheSeconds=3600)\n\n## Installation / Usage\n\nhttps://github.com/xCykrix/githooked/wiki\n\n```\n$ ./githooked --help\ngithooked - Manage git hooks across your project with cross-platform support and mobility. Comfortably integrates with git to allow custom scripting. Designed for Bash 4.0 or compatible. Compatible with Git SCM (Git for Windows).\n\nUsage:\n  githooked [OPTIONS] COMMAND\n  githooked [COMMAND] --help | -h\n  githooked --version | -v\n\nCommands:\n  install    Install githooked runtime on the current path. Requires './.git/' to be present.\n  generate   Generate default githooked 'no-op' placeholder hooks.\n\nOptions:\n  --trace, -t\n    Print additional information and details.\n\n  --help, -h\n    Show this help\n\n  --version, -v\n    Show version number\n\nExamples:\n  ./githooked --help\n  ./githooked install\n  ./githooked generate prepare-commit-msg pre-commit pre-push\n```\n\n## Support\n\nFor support, please open an issue or reach out via Discord.\n\n## Contributing\n\nThis project utilizes a Makefile to control the development, workflow, and distribution of the project. Dev Container support is required and VSCode is recommended.\n\nWhen creating a clone, please execute the following command(s):\n\n```sh\n$ make setup\n$ make build\n```\n\nApplication is built to `./dist/` when compiled by the `make build` task.\n\n## Releases\n\nTag-based releases to GitHub have been automated. This project is only published to GitHub Releases.\n\n## Acknowledgements\n\n- [Typicode's Husky](https://github.com/typicode/husky): Inspiration of githooked fundamentals.\n","funding_links":["https://paypal.me/SamuelVoeller"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxcykrix%2Fgithooked","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxcykrix%2Fgithooked","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxcykrix%2Fgithooked/lists"}