coauthors

Easier to share ideas

MIT License

Downloads
67
Stars
51
Committers
7

GitHub App

Intall Coauthors GitHub App

Git Hook with Husky

  1. Setup with husky

    # .husky/prepare-commit-msg
    npx coauthors
    
  2. Commit with coauthors simply

    git commit -m "chore: update
    
    coauthors: manudeli, 2-NOW(Whale)"
    
  3. Commit message with coauthors prepare-commit-msg

    chore: update
    
    Co-authored-by: Jonghyeon Ko <[email protected]>
    Co-authored-by: Whale <[email protected]>
    

coauthors -m: CLI to get commit message with coauthors

  1. 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]>
    
  2. Without coauthors

    npx coauthors -m "chore: update"
    
    chore: update
    

Coauthors Generator

Enter coauthors.me/generator

VSCode Extension

  1. Icon on source control to add coauthor string easily

  2. Status bar item to use Coauthors generator easily

Contributing

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.

Contributors

License

MIT © Coauthors. See LICENSE for details.

Package Rankings
Top 23.33% on Npmjs.org
Badges
Extracted from project README
MIT License npm version npm Coauthors friendly codecov Coauthors Generator Coauthors VSCode Extension Example 1 Coauthors VSCode Extension Example 2 contributors