{"id":13526965,"url":"https://github.com/yyx990803/yorkie","last_synced_at":"2025-04-01T09:30:55.303Z","repository":{"id":28690204,"uuid":"116453078","full_name":"yyx990803/yorkie","owner":"yyx990803","description":":dog: Git hooks made easy","archived":false,"fork":true,"pushed_at":"2022-07-26T13:29:41.000Z","size":424,"stargazers_count":611,"open_issues_count":5,"forks_count":37,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-15T22:42:53.299Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"typicode/husky","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yyx990803.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-06T04:26:07.000Z","updated_at":"2025-03-12T15:05:53.000Z","dependencies_parsed_at":"2023-07-03T05:03:34.338Z","dependency_job_id":null,"html_url":"https://github.com/yyx990803/yorkie","commit_stats":null,"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yyx990803%2Fyorkie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yyx990803%2Fyorkie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yyx990803%2Fyorkie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yyx990803%2Fyorkie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yyx990803","download_url":"https://codeload.github.com/yyx990803/yorkie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245144963,"owners_count":20568056,"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","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":[],"created_at":"2024-08-01T06:01:38.543Z","updated_at":"2025-04-01T09:30:54.405Z","avatar_url":"https://github.com/yyx990803.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Repository"],"sub_categories":["Git"],"readme":"# yorkie\n\n\u003e Git hooks made easy\n\nThis is a fork of [husky](https://github.com/typicode/husky) with a few changes:\n\n- Prioritizes `package.json` located next to `.git` directory, instead of hard-coded upward search. This avoids the problem when a root package in a lerna monorepo and a sub package both depends on husky, it gets confused and double-updates the root git hooks with wrong paths.\n\n- Changed where hooks are read from in `package.json`:\n\n  **Before**\n\n  ``` json\n  {\n    \"scripts\": {\n      \"precommit\": \"foo\"\n    }\n  }\n  ```\n\n  **After**\n\n  ``` json\n  {\n    \"gitHooks\": {\n      \"pre-commit\": \"foo\"\n    }\n  }\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyyx990803%2Fyorkie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyyx990803%2Fyorkie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyyx990803%2Fyorkie/lists"}