{"id":17696671,"url":"https://github.com/andrewmaksimchuk/hooks","last_synced_at":"2026-05-07T11:33:51.479Z","repository":{"id":166054242,"uuid":"539375259","full_name":"AndrewMaksimchuk/hooks","owner":"AndrewMaksimchuk","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-21T04:57:36.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T00:41:15.253Z","etag":null,"topics":["git","javascript","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndrewMaksimchuk.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.js","contributing":null,"funding":null,"license":null,"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":"2022-09-21T08:07:52.000Z","updated_at":"2023-07-26T03:19:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"dfaa2777-3605-47c2-abe3-d1647fb652e3","html_url":"https://github.com/AndrewMaksimchuk/hooks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AndrewMaksimchuk/hooks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewMaksimchuk%2Fhooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewMaksimchuk%2Fhooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewMaksimchuk%2Fhooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewMaksimchuk%2Fhooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewMaksimchuk","download_url":"https://codeload.github.com/AndrewMaksimchuk/hooks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewMaksimchuk%2Fhooks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32735207,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"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","javascript","nodejs"],"created_at":"2024-10-24T14:44:58.389Z","updated_at":"2026-05-07T11:33:51.462Z","avatar_url":"https://github.com/AndrewMaksimchuk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#### Git  \nIf you want use git hooks, then save in 'hooks' directory in project and  \nwhen they needed just copy to '.git/hooks' directory, like in example.  \n- commit-msg  \n```cp ./commit-msg ./.git/hooks```\n\n\n\n#### Application  \nExample of usage from 'Makefile':\n```\nrelease:\n\t# run tests before all commands, if tests faul exit with error message\n\tgit log master..dev --oneline | sort | node hooks/version.js \u0026\u0026 node hooks/tag.js\n\tgit log master..dev --oneline | sort | node hooks/changelog.js\n\tnode hooks/release.js\n\tgit checkout master\n\tgit merge dev\n\tgit push origin master \u0026\u0026 git ftp push\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewmaksimchuk%2Fhooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewmaksimchuk%2Fhooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewmaksimchuk%2Fhooks/lists"}