1. git-contributor
git contributor
git-contributor
Package: git-contributor
Created by: xudafeng
Last modified: Thu, 18 May 2023 16:21:23 GMT
Version: 2.1.5
License: MIT
Downloads: 1,360
Repository: https://github.com/xudafeng/git-contributor

Install

npm install git-contributor
yarn add git-contributor

git-contributor

NPM version
build status
Test coverage
node version
npm download

Welcome to join in and feel free to contribute.

Contributors


xudafeng


fengmk2


paradite


snapre

This project follows the git-contributor spec, auto updated at Fri May 19 2023 00:20:47 GMT+0800.

Who are using

For more

Spec

  • The listings show all the contributors.
  • Sort by contributions number.

If there is no repository field, fall back to the rule:

  • Auto generate from git info.
  • Sort by commit date.

Installment

 $ npm i git-contributor --save-dev
 "devDependencies": {
  ...
  "git-contributor": "*",
  ...
},
"scripts": {
  ...
  "contributor": "git-contributor",
  ...
}
 $ npm run contributor
# github API service limit
$ OAUTH_TOKEN=****** npm run contributor

Searching Sample

encodeURIComponent('[email protected]') will be convert to xudafeng%40126.com, please replace to test it.

https://api.github.com/search/users?q=xudafeng%40126.com%20in%3Aemail%20type%3Auser

License

The MIT License (MIT)

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code