Skip to content
This repository has been archived by the owner on Nov 8, 2020. It is now read-only.

Commit

Permalink
https://github.com/kentcdodds/all-contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
lourot committed Aug 14, 2018
1 parent dd04f68 commit aab0214
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 6 deletions.
43 changes: 43 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"projectName": "github-contribs",
"projectOwner": "AurelienLourot",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "AurelienLourot",
"name": "Aurelien Lourot",
"avatar_url": "https://avatars1.githubusercontent.com/u/11795312?v=4",
"profile": "https://ghuser.io/AurelienLourot",
"contributions": [
"question",
"code",
"doc"
]
},
{
"login": "jayvdb",
"name": "John Vandenberg",
"avatar_url": "https://avatars1.githubusercontent.com/u/15092?v=4",
"profile": "https://jayvdb.github.io/",
"contributions": [
"bug",
"ideas"
]
},
{
"login": "jeaye",
"name": "Jeaye Wilkerson",
"avatar_url": "https://avatars1.githubusercontent.com/u/1057635?v=4",
"profile": "https://jeaye.com",
"contributions": [
"bug"
]
}
]
}
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[![Build Status](https://travis-ci.org/AurelienLourot/github-contribs.svg?branch=master)](https://travis-ci.org/AurelienLourot/github-contribs)
[![Coverage Status](https://codecov.io/gh/AurelienLourot/github-contribs/branch/master/graph/badge.svg)](https://codecov.io/gh/AurelienLourot/github-contribs)
[![npm version](https://rawgit.com/AurelienLourot/github-contribs/master/thirdparty/badges/npm.svg)](https://www.npmjs.com/package/@ghuser/github-contribs)
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors)

[<img src="https://rawgit.com/AurelienLourot/github-contribs/master/thirdparty/octicons/repo.svg" align="left" width="64" height="64">](https://github.com/AurelienLourot/github-contribs)

Expand Down Expand Up @@ -34,21 +35,26 @@ $ sudo npm install -g @ghuser/github-contribs

## Contributing

### To the code

To run your local changes:

```bash
$ yarn install
$ ./cli.js --help
```

## Team
### Contributors

Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):

This project is maintained by the following person(s) and a bunch of
[awesome contributors](https://github.com/AurelienLourot/github-contribs/graphs/contributors).
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore -->
| [<img src="https://avatars1.githubusercontent.com/u/11795312?v=4" width="100px;"/><br /><sub><b>Aurelien Lourot</b></sub>](https://ghuser.io/AurelienLourot)<br />[💬](#question-AurelienLourot "Answering Questions") [💻](https://github.com/AurelienLourot/github-contribs/commits?author=AurelienLourot "Code") [📖](https://github.com/AurelienLourot/github-contribs/commits?author=AurelienLourot "Documentation") | [<img src="https://avatars1.githubusercontent.com/u/15092?v=4" width="100px;"/><br /><sub><b>John Vandenberg</b></sub>](https://jayvdb.github.io/)<br />[🐛](https://github.com/AurelienLourot/github-contribs/issues?q=author%3Ajayvdb "Bug reports") [🤔](#ideas-jayvdb "Ideas, Planning, & Feedback") | [<img src="https://avatars1.githubusercontent.com/u/1057635?v=4" width="100px;"/><br /><sub><b>Jeaye Wilkerson</b></sub>](https://jeaye.com)<br />[🐛](https://github.com/AurelienLourot/github-contribs/issues?q=author%3Ajeaye "Bug reports") |
| :---: | :---: | :---: |
<!-- ALL-CONTRIBUTORS-LIST:END -->

[![AurelienLourot](https://avatars0.githubusercontent.com/u/11795312?v=4&s=70)](https://github.com/AurelienLourot) |
--- |
[Aurelien Lourot](https://github.com/AurelienLourot) |
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!

## FAQ

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"ora": "^2.0.0"
},
"devDependencies": {
"all-contributors-cli": "^5.4.0",
"ava": "*",
"codecov": "^3.0.2",
"nyc": "^12.0.2",
Expand Down

0 comments on commit aab0214

Please sign in to comment.