{"id":25837269,"url":"https://github.com/devtin/webhook-config-manager","last_synced_at":"2025-08-08T06:08:08.010Z","repository":{"id":42777402,"uuid":"275640585","full_name":"devtin/webhook-config-manager","owner":"devtin","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-06T10:07:07.000Z","size":401,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-07-27T19:55:51.269Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/devtin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-28T18:03:16.000Z","updated_at":"2020-06-28T18:45:31.000Z","dependencies_parsed_at":"2023-02-05T20:45:35.211Z","dependency_job_id":null,"html_url":"https://github.com/devtin/webhook-config-manager","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/devtin/webhook-config-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devtin%2Fwebhook-config-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devtin%2Fwebhook-config-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devtin%2Fwebhook-config-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devtin%2Fwebhook-config-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devtin","download_url":"https://codeload.github.com/devtin/webhook-config-manager/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devtin%2Fwebhook-config-manager/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269373109,"owners_count":24406321,"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-08-08T02:00:09.200Z","response_time":72,"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":[],"created_at":"2025-03-01T02:48:06.165Z","updated_at":"2025-08-08T06:08:07.968Z","avatar_url":"https://github.com/devtin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webhook-config-manager\n\u003e Consolidates all \u003ca href=\"https://github.com/adnanh/webhook\" target=\"_blank\"\u003ewebhook\u003c/a\u003e configs found in given\n\u003e directory in a single new one.\n\n\u003ca href=\"https://www.npmjs.com/package/webhook-config-manager\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/webhook-config-manager.svg\" alt=\"Version\"\u003e\u003c/a\u003e\n[![tests](https://github.com/devtin/webhook-config-manager/workflows/test/badge.svg)](https://github.com/devtin/webhook-config-manager/actions)\n\nLooks for all `hook.json` found in `\u003ccwd\u003e/**/*`. Loads the content of all of them, concatenate them in on single array\nand writes the output in a file `\u003ccwd\u003e/web-hooks.json`.\n\n## Example\n\nTake the following file structure:\n\n```\nmy-projects/\n├── project-a/\n│   ├── hook.json\n│   ├── index.js\n│   └── package.json\n├── project-b/\n│   ├── hook.json\n│   ├── index.js\n│   └── package.json\n└── project-c/\n    ├── hook.json\n    ├── index.js\n    └── package.json\n```\n\n**project-a/hooks.json**\n```json\n[\n  {\n    \"name\": \"project a\"\n  }\n]\n```\n\n**`\u003ccwd\u003e/project-b/hooks.js`**\n```json\n[\n  {\n    \"name\": \"project b\"\n  }\n]\n```\n\n**`\u003ccwd\u003e/project-c/hooks.js`**\n```json\n[\n  {\n    \"name\": \"project c\"\n  }\n]\n```\n\n...and the following script:\n\n```sh\n$ npx webhook-config-manager\n```\n\n**`\u003ccwd\u003e/web-hooks.json`**\n\n```json\n[\n  {\n    \"name\": \"project a\"\n  },\n  {\n    \"name\": \"project b\"\n  },\n  {\n    \"name\": \"project c\"\n  }\n]\n```\n\n* * *\n\n### License\n\n[MIT](https://opensource.org/licenses/MIT)\n\n\u0026copy; 2020-present Martin Rafael Gonzalez\n\u003ctin@devtin.io\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevtin%2Fwebhook-config-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevtin%2Fwebhook-config-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevtin%2Fwebhook-config-manager/lists"}