-
Setup with husky
# .husky/prepare-commit-msg npx coauthors
-
Commit with coauthors simply
git commit -m "chore: update coauthors: manudeli, 2-NOW(Whale)"
-
Commit message with coauthors prepare-commit-msg
chore: update Co-authored-by: Jonghyeon Ko <[email protected]> Co-authored-by: Whale <[email protected]>
-
With coauthors
npx coauthors -m "chore: update coauthors: manudeli, 2-NOW(Whale)"
chore: update Co-authored-by: Jonghyeon Ko <[email protected]> Co-authored-by: Whale <[email protected]>
-
Without coauthors
npx coauthors -m "chore: update"
chore: update
-
Icon on source control to add coauthor string easily
-
Status bar item to use Coauthors generator easily
Read our Contributing Guide to familiarize yourself with Coauthors's development process, how to suggest bug fixes and improvements, and the steps for building and testing your changes.
MIT © Coauthors. See LICENSE for details.