Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

git-authors-cli

Kikobeats7kMIT1.0.52

Print all contributors and add it into package.json

author, authors, cli, contributor, contributors, package.json

readme

git-authors-cli

Last version NPM Status

Detects project contributors and add it into package.json

Add credits for people that help you ship code is important, but it is a task easy to forget. This tool makes it easy to integrate as part of your release process, so your contributors are always up to date ✨.

Install

$ npm install git-authors-cli --global

CLI

$ git-authors-cli --help

  Print all contributors and add it into package.json

  Usage
    $ git-authors-cli [options]

  Options
    --cwd    Specify the path for running the command (defaults to process.cwd())
    --save   Write contributors into package.json if it exists (defaults to true)
    --print  Show information from the terminal (defaults to true)
    --ignore-pattern  Skip authors if their name or email match pattern (allow multiple)

  Examples
    $ git-authors-cli # Get contributors for the current path project.
    $ git-authors-cli ~/Projects/metascraper # Get contributors for a specific path project.
    $ git-authors-cli --ignore-pattern noreply.github.com # Ignore github public surrogate emails.

License

git-authors-cli © Kiko Beats, released under the MIT License.
Authored and maintained by Kiko Beats with help from contributors.

kikobeats.com · GitHub Kiko Beats · X @Kikobeats

changelog

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.52 (2024-10-17)

1.0.51 (2024-10-15)

1.0.50 (2024-10-15)

1.0.49 (2024-01-24)

1.0.48 (2023-12-14)

1.0.47 (2023-10-07)

1.0.46 (2023-04-14)

1.0.45 (2023-01-17)

1.0.44 (2022-08-25)

Bug Fixes

  • add missing processError method (141fe64)

1.0.43 (2022-08-25)

1.0.42 (2022-07-30)

1.0.41 (2022-06-29)

1.0.40 (2022-05-24)

Bug Fixes

1.0.39 (2022-03-22)

1.0.38 (2022-03-22)

1.0.37 (2022-01-10)

1.0.36 (2021-10-09)

1.0.35 (2021-07-01)

Bug Fixes

  • prevent to add bot names (f0c3bf3)

1.0.34 (2021-06-04)

1.0.33 (2021-01-08)

1.0.32 (2020-12-03)

1.0.31 (2020-10-30)

1.0.30 (2020-10-28)

1.0.29 (2020-09-30)

1.0.28 (2020-08-11)

1.0.27 (2020-06-10)

1.0.26 (2020-05-16)

1.0.25 (2020-05-07)

1.0.24 (2020-03-20)

1.0.23 (2020-02-20)

1.0.22 (2020-02-20)

Bug Fixes

  • create a new email validator every time (1b610c8)

1.0.21 (2020-02-17)

1.0.20 (2020-02-03)

1.0.19 (2020-01-20)

Bug Fixes

  • package: update execa to version 2.0.0 (bdb9a97)

1.0.18 (2019-06-19)

Build System

1.0.17 (2019-05-27)

Bug Fixes

  • package: update json-future to version 2.2.0 (212c88c)

Build System

1.0.16 (2019-05-20)

Build System

  • change git-authors-cli position (55ca4c4)

1.0.15 (2019-05-20)

1.0.14 (2019-05-20)

1.0.13 (2019-05-20)

1.0.12 (2019-05-20)

Build System

1.0.11 (2019-05-20)

Bug Fixes

  • package: update update-notifier to version 2.6.0 (8dc8d6a)

Build System

1.0.10 (2019-05-02)

1.0.9 (2019-01-16)

1.0.8 (2018-11-27)

1.0.7 (2018-11-06)

1.0.6 (2018-10-14)

1.0.5 (2018-10-10)

1.0.4 (2018-06-24)

1.0.3 (2018-06-22)

1.0.1 (2018-06-20)

1.0.0 (2018-06-20)

1.0.9 (2019-01-16)

  • Fix no contributors reported (62e8ea2)

1.0.8 (2018-11-27)

1.0.7 (2018-11-06)

1.0.6 (2018-10-14)

  • Fix non email present (c247a44)
  • Update package.json (4eebeb4)
  • Update README.md (9a7eb74)
  • docs(readme): add Greenkeeper badge (c80cc90)
  • chore(package): update dependencies (b5b0c90)

1.0.5 (2018-10-10)

1.0.4 (2018-06-24)

1.0.3 (2018-06-22)

  • Compare email user lowercase (7977912)
  • Consider email variations (1c5c9a4)
  • Merge contributos based on email (430f7bc), closes #1
  • Release 1.0.2 (479fdc2)

1.0.2 (2018-06-22)

  • Compare email user lowercase (7977912)
  • Consider email variations (1c5c9a4)
  • Merge contributos based on email (430f7bc), closes #1

1.0.1 (2018-06-20)

  • Add blacklist detection (6c3f5a8)

1.0.0 (2018-06-20)