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

Package detail

@bevry/update-contributors

bevry577Artistic-2.01.23.0TypeScript support: included

Update the package.json author, contributors, and maintainers fields with the latest remote data

author, automation, bevry, contributor, contributors, es2022, export-default, maintain, maintainer, maintainers, maintenance, node, package.json, sponsors, typed, types, typescript

readme

Update Contributors

Status of the GitHub Workflow: bevry NPM version NPM downloads
GitHub Sponsors donate button ThanksDev donate button Patreon donate button Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button Wishlist browse button

Update the package.json author, contributors, and maintainers fields with the latest remote data

Usage

Complete API Documentation.

Install

npm

Install Globally

  • Install: npm install --global @bevry/update-contributors
  • Executable: @bevry/update-contributors

Install Locally

  • Install: npm install --save @bevry/update-contributors
  • Executable: npx @bevry/update-contributors
  • Import: import pkg from ('@bevry/update-contributors')
  • Require: const pkg = require('@bevry/update-contributors').default

Editions

This package is published with the following editions:

  • @bevry/update-contributors/source/index.ts is TypeScript source code with Import for modules
  • @bevry/update-contributors aliases @bevry/update-contributors/edition-es2022/index.js
  • @bevry/update-contributors/edition-es2022/index.js is TypeScript compiled against ES2022 for Node.js 10 || 12 || 14 || 16 || 18 || 20 || 21 with Require for modules
  • @bevry/update-contributors/edition-es2022-esm/index.js is TypeScript compiled against ES2022 for Node.js 12 || 14 || 16 || 18 || 20 || 21 with Import for modules

History

Discover the release history by heading on over to the HISTORY.md file.

Contribute

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

Backers

Maintainers

These amazing people are maintaining this project:

Sponsors

No sponsors yet! Will you be the first?

GitHub Sponsors donate button ThanksDev donate button Patreon donate button Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button Wishlist browse button

Contributors

These amazing people have contributed code to this project:

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

License

Unless stated otherwise all works are:

and licensed under:

changelog

History

v1.23.0 2023 November 2

v1.22.0 2023 March 24

v1.21.0 2021 August 5

  • Updated for latest dependency rewrites, which now supports paging (so repos with over 100 contributors now fetch the rest)
  • Updated dependencies, base files, and editions using boundation

v1.20.0 2021 July 31

v1.19.0 2021 July 28

v1.18.0 2020 October 29

v1.17.0 2020 September 5

v1.16.0 2020 August 18

v1.15.0 2020 August 4

v1.14.0 2020 July 23

v1.13.0 2020 June 25

v1.12.0 2020 June 21

v1.11.0 2020 June 20

v1.10.0 2020 June 11

v1.9.0 2020 June 10

v1.8.0 2020 May 22

v1.7.0 2020 May 21

v1.6.0 2020 May 21

v1.5.0 2020 May 11

v1.4.0 2020 May 11

  • Sort the maintainers and contributors in alphabetical order

v1.3.0 2020 May 11

  • Don't fetch from remote package file, only from local package file and remote commits
    • This is because if you are tidying up and removing duplicates locally by editing the local package, then your changes would be discarded if fetching from the remote package, as such, it only makes sense to merge remote commits with the local package, and to disregard the remote package

v1.2.0 2020 May 11

v1.1.0 2020 May 8

  • github url is now used for the contributors and maintainers entries
    • this eases duplication prevention in the future, when a user makes their email private and changes homepage

v1.0.1 2020 March 30

  • Fixed some log levels for when things go wrong

v1.0.0 2020 March 30