Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit d3aaf85

Browse files
committed
Add all-contributors to readme
1 parent 1a8947d commit d3aaf85

File tree

3 files changed

+144
-27
lines changed

3 files changed

+144
-27
lines changed

.all-contributorsrc

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
{
2+
"projectName": "react-native-material-bottom-navigation",
3+
"projectOwner": "timomeh",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": false,
11+
"contributors": [
12+
{
13+
"login": "timomeh",
14+
"name": "Timo Mämecke",
15+
"avatar_url": "https://avatars3.githubusercontent.com/u/4227520?v=4",
16+
"profile": "https://twitter.com/timomeh",
17+
"contributions": [
18+
"bug",
19+
"code",
20+
"design",
21+
"doc",
22+
"example",
23+
"infra",
24+
"ideas",
25+
"review"
26+
]
27+
},
28+
{
29+
"login": "ShayanJavadi",
30+
"name": "Shayan Javadi",
31+
"avatar_url": "https://avatars3.githubusercontent.com/u/11575429?v=4",
32+
"profile": "https://www.shayanjavadi.com/",
33+
"contributions": [
34+
"code"
35+
]
36+
},
37+
{
38+
"login": "davidmpr",
39+
"name": "David",
40+
"avatar_url": "https://avatars2.githubusercontent.com/u/14214500?v=4",
41+
"profile": "https://github.com/davidmpr",
42+
"contributions": [
43+
"code"
44+
]
45+
},
46+
{
47+
"login": "jayserdny",
48+
"name": "Jayser Mendez",
49+
"avatar_url": "https://avatars2.githubusercontent.com/u/19354816?v=4",
50+
"profile": "http://steemia.io",
51+
"contributions": [
52+
"doc"
53+
]
54+
},
55+
{
56+
"login": "PeterKottas",
57+
"name": "Peter Kottas",
58+
"avatar_url": "https://avatars0.githubusercontent.com/u/10601911?v=4",
59+
"profile": "https://www.facebook.com/tipsforholiday",
60+
"contributions": [
61+
"code"
62+
]
63+
},
64+
{
65+
"login": "matt-oakes",
66+
"name": "Matt Oakes",
67+
"avatar_url": "https://avatars0.githubusercontent.com/u/97068?v=4",
68+
"profile": "https://mattoakes.net",
69+
"contributions": [
70+
"code"
71+
]
72+
},
73+
{
74+
"login": "keeleycarrigan",
75+
"name": "Keeley Carrigan",
76+
"avatar_url": "https://avatars0.githubusercontent.com/u/1533112?v=4",
77+
"profile": "http://www.keeleycarrigan.com",
78+
"contributions": [
79+
"code"
80+
]
81+
},
82+
{
83+
"login": "wildseansy",
84+
"name": "Sean Holbert",
85+
"avatar_url": "https://avatars1.githubusercontent.com/u/177857?v=4",
86+
"profile": "http://www.twitter.com/wildseansy",
87+
"contributions": [
88+
"code"
89+
]
90+
},
91+
{
92+
"login": "aparolin",
93+
"name": "Alessandro Parolin",
94+
"avatar_url": "https://avatars0.githubusercontent.com/u/9802139?v=4",
95+
"profile": "https://github.com/aparolin",
96+
"contributions": [
97+
"doc"
98+
]
99+
},
100+
{
101+
"login": "prashantham",
102+
"name": "Prashanth Acharya M",
103+
"avatar_url": "https://avatars0.githubusercontent.com/u/1837764?v=4",
104+
"profile": "https://github.com/prashantham",
105+
"contributions": [
106+
"doc"
107+
]
108+
}
109+
]
110+
}

README.md

Lines changed: 29 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818

1919
<br />
2020

21-
* **Pure JavaScript.** No native dependencies. No linking. No obstacles.
22-
* **Looks beautiful.** Stunning and fluid animations. You won't believe it's not a native view.
23-
* **Customize it.** You can adjust nearly everything to make it fit perfectly to your app.
24-
* **Easy to use.** Uses established React patterns for both simple and advanced usage.
25-
* **Pluggable.** Includes customizable Tabs and Badges. Not enough? Create and use your own!
21+
- **Pure JavaScript.** No native dependencies. No linking. No obstacles.
22+
- **Looks beautiful.** Stunning and fluid animations. You won't believe it's not a native view.
23+
- **Customize it.** You can adjust nearly everything to make it fit perfectly to your app.
24+
- **Easy to use.** Uses established React patterns for both simple and advanced usage.
25+
- **Pluggable.** Includes customizable Tabs and Badges. Not enough? Create and use your own!
2626

2727
<br />
2828

@@ -42,14 +42,14 @@ yarn add react-native-material-bottom-navigation
4242

4343
## Table of Contents
4444

45-
* [Installation](#installation)
46-
* [Demo](#demo)
47-
* [Usage](#usage)
48-
* [Documentation](#documentation)
49-
* [Notes](#notes)
50-
* [Contribute](#contribute)
51-
* [Authors](#authors)
52-
* [License](#license)
45+
- [Installation](#installation)
46+
- [Demo](#demo)
47+
- [Usage](#usage)
48+
- [Documentation](#documentation)
49+
- [Notes](#notes)
50+
- [Contribute](#contribute)
51+
- [Contributors](#contributors)
52+
- [License](#license)
5353

5454
## Demo
5555

@@ -140,13 +140,13 @@ export default class App extends React.Component {
140140

141141
You can also view the entire documentation on GitBook: https://timomeh.gitbook.io/material-bottom-navigation/
142142

143-
* [Usage](/docs/Usage.md)
144-
* [API Reference](/docs/api)
145-
* [`<Badge />`](/docs/api/Badge.md)
146-
* [`<BottomNavigation />`](/docs/api/BottomNavigation.md)
147-
* [`<FullTab />`](/docs/api/FullTab.md)
148-
* [`<IconTab />`](/docs/api/IconTab.md)
149-
* [`<ShiftingTab />`](/docs/api/ShiftingTab.md)
143+
- [Usage](/docs/Usage.md)
144+
- [API Reference](/docs/api)
145+
- [`<Badge />`](/docs/api/Badge.md)
146+
- [`<BottomNavigation />`](/docs/api/BottomNavigation.md)
147+
- [`<FullTab />`](/docs/api/FullTab.md)
148+
- [`<IconTab />`](/docs/api/IconTab.md)
149+
- [`<ShiftingTab />`](/docs/api/ShiftingTab.md)
150150

151151
## Notes
152152

@@ -170,15 +170,18 @@ Contributions are always welcome. Read more in the [Contribution Guides](CONTRIB
170170

171171
Please note that this project is released with a Contributor [Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
172172

173-
## Authors
173+
## Contributors
174174

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

177-
* Timo Mämecke ([GitHub](https://github.com/timomeh), [Twitter](https://twitter.com/timomeh))
177+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
178+
<!-- prettier-ignore -->
179+
| [<img src="https://avatars3.githubusercontent.com/u/4227520?v=4" width="100px;"/><br /><sub><b>Timo Mämecke</b></sub>](https://twitter.com/timomeh)<br />[🐛](https://github.com/timomeh/react-native-material-bottom-navigation/issues?q=author%3Atimomeh "Bug reports") [💻](https://github.com/timomeh/react-native-material-bottom-navigation/commits?author=timomeh "Code") [🎨](#design-timomeh "Design") [📖](https://github.com/timomeh/react-native-material-bottom-navigation/commits?author=timomeh "Documentation") [💡](#example-timomeh "Examples") [🚇](#infra-timomeh "Infrastructure (Hosting, Build-Tools, etc)") [🤔](#ideas-timomeh "Ideas, Planning, & Feedback") [👀](#review-timomeh "Reviewed Pull Requests") | [<img src="https://avatars3.githubusercontent.com/u/11575429?v=4" width="100px;"/><br /><sub><b>Shayan Javadi</b></sub>](https://www.shayanjavadi.com/)<br />[💻](https://github.com/timomeh/react-native-material-bottom-navigation/commits?author=ShayanJavadi "Code") | [<img src="https://avatars2.githubusercontent.com/u/14214500?v=4" width="100px;"/><br /><sub><b>David</b></sub>](https://github.com/davidmpr)<br />[💻](https://github.com/timomeh/react-native-material-bottom-navigation/commits?author=davidmpr "Code") | [<img src="https://avatars2.githubusercontent.com/u/19354816?v=4" width="100px;"/><br /><sub><b>Jayser Mendez</b></sub>](http://steemia.io)<br />[📖](https://github.com/timomeh/react-native-material-bottom-navigation/commits?author=jayserdny "Documentation") | [<img src="https://avatars0.githubusercontent.com/u/10601911?v=4" width="100px;"/><br /><sub><b>Peter Kottas</b></sub>](https://www.facebook.com/tipsforholiday)<br />[💻](https://github.com/timomeh/react-native-material-bottom-navigation/commits?author=PeterKottas "Code") | [<img src="https://avatars0.githubusercontent.com/u/97068?v=4" width="100px;"/><br /><sub><b>Matt Oakes</b></sub>](https://mattoakes.net)<br />[💻](https://github.com/timomeh/react-native-material-bottom-navigation/commits?author=matt-oakes "Code") | [<img src="https://avatars0.githubusercontent.com/u/1533112?v=4" width="100px;"/><br /><sub><b>Keeley Carrigan</b></sub>](http://www.keeleycarrigan.com)<br />[💻](https://github.com/timomeh/react-native-material-bottom-navigation/commits?author=keeleycarrigan "Code") |
180+
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
181+
| [<img src="https://avatars1.githubusercontent.com/u/177857?v=4" width="100px;"/><br /><sub><b>Sean Holbert</b></sub>](http://www.twitter.com/wildseansy)<br />[💻](https://github.com/timomeh/react-native-material-bottom-navigation/commits?author=wildseansy "Code") | [<img src="https://avatars0.githubusercontent.com/u/9802139?v=4" width="100px;"/><br /><sub><b>Alessandro Parolin</b></sub>](https://github.com/aparolin)<br />[📖](https://github.com/timomeh/react-native-material-bottom-navigation/commits?author=aparolin "Documentation") | [<img src="https://avatars0.githubusercontent.com/u/1837764?v=4" width="100px;"/><br /><sub><b>Prashanth Acharya M</b></sub>](https://github.com/prashantham)<br />[📖](https://github.com/timomeh/react-native-material-bottom-navigation/commits?author=prashantham "Documentation") |
182+
<!-- ALL-CONTRIBUTORS-LIST:END -->
178183

179-
**Contributors**
180-
181-
See [Contributors List](https://github.com/timomeh/react-native-material-bottom-navigation/contributors). Thanks to everyone!
184+
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
182185

183186
## License
184187

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
"test": "jest --all --env=jsdom",
1616
"test:watch": "jest --watch --env=jsdom",
1717
"test:ci": "export JEST_JUNIT_OUTPUT=\"coverage/junit/js-test-results.xml\" && jest --env=jsdom --runInBand --ci --coverage --testResultsProcessor=\"jest-junit\"",
18-
"lint": "eslint ."
18+
"lint": "eslint .",
19+
"contributors:add": "all-contributors add",
20+
"contributors:generate": "all-contributors generate",
21+
"contributors:check": "all-contributors check"
1922
},
2023
"repository": {
2124
"type": "git",
@@ -34,6 +37,7 @@
3437
"react-native": "*"
3538
},
3639
"devDependencies": {
40+
"all-contributors-cli": "^5.4.1",
3741
"babel-eslint": "^8.2.2",
3842
"babel-jest": "18.0.0",
3943
"babel-preset-react-native": "1.9.1",

0 commit comments

Comments
 (0)