Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xudafeng/git-contributor
:octocat: Welcome to join in and feel free to contribute.
https://github.com/xudafeng/git-contributor
contributor git
Last synced: 3 months ago
JSON representation
:octocat: Welcome to join in and feel free to contribute.
- Host: GitHub
- URL: https://github.com/xudafeng/git-contributor
- Owner: xudafeng
- License: mit
- Created: 2018-03-25T04:49:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-18T16:23:05.000Z (over 1 year ago)
- Last Synced: 2024-10-31T15:02:19.809Z (3 months ago)
- Topics: contributor, git
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 23
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
README
# git-contributor
[![NPM version][npm-image]][npm-url]
[![build status][CI-image]][CI-url]
[![Test coverage][codecov-image]][codecov-url]
[![node version][node-image]][node-url]
[![npm download][download-image]][download-url][npm-image]: https://img.shields.io/npm/v/git-contributor.svg
[npm-url]: https://npmjs.org/package/git-contributor
[CI-image]: https://github.com/xudafeng/git-contributor/actions/workflows/ci.yml/badge.svg
[CI-url]: https://github.com/xudafeng/git-contributor/actions/workflows/ci.yml
[codecov-image]: https://img.shields.io/codecov/c/github/xudafeng/git-contributor.svg?logo=codecov
[codecov-url]: https://app.codecov.io/gh/xudafeng/git-contributor
[node-image]: https://img.shields.io/badge/node.js-%3E=_8-green.svg
[node-url]: http://nodejs.org/download/
[download-image]: https://img.shields.io/npm/dm/git-contributor.svg
[download-url]: https://npmjs.org/package/git-contributor> Welcome to join in and feel free to contribute.
## Contributors
|[
xudafeng](https://github.com/xudafeng)
|[
fengmk2](https://github.com/fengmk2)
|[
paradite](https://github.com/paradite)
|[
snapre](https://github.com/snapre)
|
| :---: | :---: | :---: | :---: |This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Fri May 19 2023 00:20:47 GMT+0800`.
## Who are using
- ⭐⭐⭐[antvis/g2](//github.com/antvis/g2)
- ⭐⭐⭐[cnpm/npminstall](//github.com/cnpm/npminstall)
- ⭐⭐⭐[alibaba/f2etest](//github.com/alibaba/f2etest)
- ⭐⭐⭐[alibaba/uirecorder](//github.com/alibaba/uirecorder)
- ⭐⭐⭐[hiloteam/Hilo](//github.com/hiloteam/Hilo)
- ⭐⭐⭐[node-modules/detect-port](//github.com/node-modules/detect-port)
- ⭐⭐⭐[node-modules/utility](//github.com/node-modules/utility)
- ⭐⭐⭐[node-modules/urllib](//github.com/node-modules/urllib)
- ⭐⭐⭐[macacajs/macaca-datahub](//github.com/macacajs/macaca-datahub)[For more](//github.com/xudafeng/git-contributor/network/dependents)
## 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
```bash
$ npm i git-contributor --save-dev
``````json
"devDependencies": {
...
"git-contributor": "*",
...
},
"scripts": {
...
"contributor": "git-contributor",
...
}
``````bash
$ 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)