diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 0000000..04c6e2a
--- /dev/null
+++ b/.all-contributorsrc
@@ -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"
+ ]
+ }
+ ]
+}
diff --git a/README.md b/README.md
index 6cff73e..e7991e9 100644
--- a/README.md
+++ b/README.md
@@ -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)
[](https://github.com/AurelienLourot/github-contribs)
@@ -34,6 +35,8 @@ $ sudo npm install -g @ghuser/github-contribs
## Contributing
+### To the code
+
To run your local changes:
```bash
@@ -41,14 +44,17 @@ $ 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).
+
+
+| [
Aurelien Lourot](https://ghuser.io/AurelienLourot)
[💬](#question-AurelienLourot "Answering Questions") [💻](https://github.com/AurelienLourot/github-contribs/commits?author=AurelienLourot "Code") [📖](https://github.com/AurelienLourot/github-contribs/commits?author=AurelienLourot "Documentation") | [
John Vandenberg](https://jayvdb.github.io/)
[🐛](https://github.com/AurelienLourot/github-contribs/issues?q=author%3Ajayvdb "Bug reports") [🤔](#ideas-jayvdb "Ideas, Planning, & Feedback") | [
Jeaye Wilkerson](https://jeaye.com)
[🐛](https://github.com/AurelienLourot/github-contribs/issues?q=author%3Ajeaye "Bug reports") |
+| :---: | :---: | :---: |
+
-[![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
diff --git a/package.json b/package.json
index f541990..dcb6840 100644
--- a/package.json
+++ b/package.json
@@ -38,6 +38,7 @@
"ora": "^2.0.0"
},
"devDependencies": {
+ "all-contributors-cli": "^5.4.0",
"ava": "*",
"codecov": "^3.0.2",
"nyc": "^12.0.2",