{"id":14982817,"url":"https://github.com/coauthors/coauthors","last_synced_at":"2025-04-11T05:50:52.726Z","repository":{"id":232768699,"uuid":"785076785","full_name":"coauthors/coauthors","owner":"coauthors","description":"Easier to share ideas","archived":false,"fork":false,"pushed_at":"2024-08-18T16:14:01.000Z","size":5324,"stargazers_count":52,"open_issues_count":12,"forks_count":5,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-03T06:05:52.216Z","etag":null,"topics":["cli","coauthor","coauthors","commit","git","github","husky","prepare-commit-msg","vscode-extension"],"latest_commit_sha":null,"homepage":"https://coauthors.me","language":"TypeScript","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/coauthors.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["manudeli","2-NOW"]}},"created_at":"2024-04-11T06:34:00.000Z","updated_at":"2025-01-13T10:16:54.000Z","dependencies_parsed_at":"2024-09-02T00:07:53.587Z","dependency_job_id":"68209885-6b4c-4669-a67d-495719662d0b","html_url":"https://github.com/coauthors/coauthors","commit_stats":{"total_commits":111,"total_committers":9,"mean_commits":"12.333333333333334","dds":"0.36036036036036034","last_synced_commit":"b5674761659bb2e2df5d761fc232ba4fe3152aef"},"previous_names":["coauthors/cli"],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coauthors%2Fcoauthors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coauthors%2Fcoauthors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coauthors%2Fcoauthors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coauthors%2Fcoauthors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coauthors","download_url":"https://codeload.github.com/coauthors/coauthors/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248351425,"owners_count":21089271,"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":["cli","coauthor","coauthors","commit","git","github","husky","prepare-commit-msg","vscode-extension"],"created_at":"2024-09-24T14:06:08.397Z","updated_at":"2025-04-11T05:50:52.703Z","avatar_url":"https://github.com/coauthors.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://coauthors.me\" title=\"coauthors\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/coauthors/coauthors/main/assets/banner.png\" alt=\"coauthors\" height=\"180\" /\u003e\n    \u003ch1 align=\"center\"\u003eCoauthors\u003c/h1\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge\u0026color=000\u0026labelColor=000)](https://github.com/coauthors/coauthors/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/@coauthors/core?color=000\u0026labelColor=000\u0026logo=npm\u0026label=\u0026style=for-the-badge)](https://www.npmjs.com/package/@coauthors/core) [![npm](https://img.shields.io/npm/dm/@coauthors/core?color=000\u0026labelColor=000\u0026style=for-the-badge)](https://www.npmjs.com/package/@coauthors/core)\n\n[![Coauthors friendly](https://img.shields.io/badge/Coauthors-friendly-blue.svg)](http://coauthors.me) [![codecov](https://codecov.io/gh/coauthors/coauthors/branch/main/graph/badge.svg?token=H4VQ71NJ16)](https://codecov.io/gh/coauthors/coauthors) ![GitHub stars](https://img.shields.io/github/stars/coauthors/coauthors?style=social) ![GitHub forks](https://img.shields.io/github/forks/coauthors/coauthors?style=social)\n\n\u003c/div\u003e\n\n## GitHub App\n\n[Intall Coauthors GitHub App](https://github.com/apps/coauthors)\n\n![Coauthors GitHub App](https://raw.githubusercontent.com/coauthors/coauthors/main/docs/coauthors.me/public/img/github-app-example.png)\n\n## Git Hook with Husky\n\n1. Setup with husky\n\n   ```shell\n   # .husky/prepare-commit-msg\n   npx coauthors\n   ```\n\n2. Commit with coauthors simply\n\n   ```shell\n   git commit -m \"chore: update\n\n   coauthors: manudeli, 2-NOW(Whale)\"\n   ```\n\n3. Commit message with coauthors prepare-commit-msg\n\n   ```text\n   chore: update\n\n   Co-authored-by: Jonghyeon Ko \u003c61593290+manudeli@users.noreply.github.com\u003e\n   Co-authored-by: Whale \u003c71202076+2-NOW@users.noreply.github.com\u003e\n   ```\n\n### `coauthors -m`: CLI to get commit message with coauthors\n\n1. With coauthors\n\n   ```shell\n   npx coauthors -m \"chore: update\n\n   coauthors: manudeli, 2-NOW(Whale)\"\n   ```\n\n   ```text\n   chore: update\n\n   Co-authored-by: Jonghyeon Ko \u003c61593290+manudeli@users.noreply.github.com\u003e\n   Co-authored-by: Whale \u003c71202076+2-NOW@users.noreply.github.com\u003e\n   ```\n\n2. Without coauthors\n\n   ```shell\n   npx coauthors -m \"chore: update\"\n   ```\n\n   ```text\n   chore: update\n   ```\n\n## Coauthors Generator\n\n[Enter coauthors.me/generator](https://coauthors.me/generator)\n\n[![Coauthors Generator](https://raw.githubusercontent.com/coauthors/coauthors/main/docs/coauthors.me/public/img/generator-example.gif)](https://coauthors.me/generator)\n\n## VSCode Extension\n\n1. Icon on source control to add coauthor string easily\n\n   [![Coauthors VSCode Extension Example 1](https://raw.githubusercontent.com/coauthors/coauthors/main/assets/example-vscode-extension-1.png)](https://coauthors.me)\n\n2. Status bar item to use Coauthors generator easily\n\n   [![Coauthors VSCode Extension Example 2](https://raw.githubusercontent.com/coauthors/coauthors/main/assets/example-vscode-extension-2.png)](https://coauthors.me)\n\n## Contributing\n\nRead our [Contributing Guide](./CONTRIBUTING.md) to familiarize yourself with Coauthors's development process, how to suggest bug fixes and improvements, and the steps for building and testing your changes.\n\n### Contributors\n\n[![contributors](https://contrib.rocks/image?repo=coauthors/coauthors)](https://github.com/coauthors/coauthors/graphs/contributors)\n\n\u003cbr/\u003e\n\n## License\n\nMIT © Coauthors. See [LICENSE](./LICENSE) for details.\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca title=\"Coauthors\" href=\"https://github.com/coauthors\"\u003e\n    \u003cdiv style='display:flex; align-items:center;'\u003e\n      \u003cimg alt=\"Coauthors\" src=\"https://github.com/coauthors/coauthors/blob/main/assets/logo.png?raw=true\" width=\"24\"\u003e\n      \u003csup\u003eCoauthors\u003c/sup\u003e\n    \u003c/div\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n","funding_links":["https://github.com/sponsors/manudeli","https://github.com/sponsors/2-NOW"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoauthors%2Fcoauthors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoauthors%2Fcoauthors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoauthors%2Fcoauthors/lists"}