A cli to generate a complete git co-authors list, including existing co-authors, for use in a commit message.
npx @ljharb/coauthors # if not installed
coauthors # if installed and in the PATH
$ coauthors --help
Usage:
commit-to-co-authors <remote>
`remote` defaults to `origin`.
npm install --save-dev @ljharb/coauthors
MIT