Skip to content

Commit 55d3d1c

Browse files
ChristianSamaChristian
and
Christian
authored
docs(all-contributors): Initial Addition of contributors (#32)
* Added all-contributors-cli * Initialized all-contributors * Add @JoseLion as a contributor * Add @byrpatrick as a contributor * Add @alejo0o as a contributor * Add @dalejo96 as a contributor * Add @Alex0jk as a contributor * Moved Contributors section * Add @ChristianSama as a contributor Co-authored-by: Christian <[email protected]>
1 parent 2baccd0 commit 55d3d1c

File tree

4 files changed

+516
-5
lines changed

4 files changed

+516
-5
lines changed

.all-contributorsrc

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"projectName": "assertive-ts",
3+
"projectOwner": "JoseLion",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": true,
11+
"commitConvention": "none",
12+
"contributors": [
13+
{
14+
"login": "JoseLion",
15+
"name": "Jose Luis Leon",
16+
"avatar_url": "https://avatars.githubusercontent.com/u/3087228?v=4",
17+
"profile": "https://github.com/JoseLion",
18+
"contributions": [
19+
"code"
20+
]
21+
},
22+
{
23+
"login": "byrpatrick",
24+
"name": "Byron Motoche",
25+
"avatar_url": "https://avatars.githubusercontent.com/u/37427699?v=4",
26+
"profile": "https://github.com/byrpatrick",
27+
"contributions": [
28+
"code"
29+
]
30+
},
31+
{
32+
"login": "alejo0o",
33+
"name": "Alejandro Vivanco",
34+
"avatar_url": "https://avatars.githubusercontent.com/u/60680371?v=4",
35+
"profile": "https://github.com/alejo0o",
36+
"contributions": [
37+
"code"
38+
]
39+
},
40+
{
41+
"login": "dalejo96",
42+
"name": "David Villamarin",
43+
"avatar_url": "https://avatars.githubusercontent.com/u/77456654?v=4",
44+
"profile": "https://github.com/dalejo96",
45+
"contributions": [
46+
"code"
47+
]
48+
},
49+
{
50+
"login": "Alex0jk",
51+
"name": "Alexander Mejía",
52+
"avatar_url": "https://avatars.githubusercontent.com/u/22301755?v=4",
53+
"profile": "https://github.com/Alex0jk",
54+
"contributions": [
55+
"code"
56+
]
57+
},
58+
{
59+
"login": "ChristianSama",
60+
"name": "Christian Samaniego",
61+
"avatar_url": "https://avatars.githubusercontent.com/u/43491324?v=4",
62+
"profile": "https://github.com/ChristianSama",
63+
"contributions": [
64+
"doc"
65+
]
66+
}
67+
],
68+
"contributorsPerLine": 7
69+
}

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# AssertiveTS
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
A type-safe fluent assertion library inspired by [Jest](https://jestjs.io/docs/expect) assertions and the popular [AssertJ](https://assertj.github.io/doc/).
47

@@ -34,6 +37,30 @@ yarn lint
3437
```console
3538
yarn test
3639
```
40+
## Contributors ✨
41+
42+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
43+
44+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
45+
<!-- prettier-ignore-start -->
46+
<!-- markdownlint-disable -->
47+
<table>
48+
<tr>
49+
<td align="center"><a href="https://github.com/JoseLion"><img src="https://avatars.githubusercontent.com/u/3087228?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jose Luis Leon</b></sub></a><br /><a href="https://github.com/JoseLion/assertive-ts/commits?author=JoseLion" title="Code">💻</a></td>
50+
<td align="center"><a href="https://github.com/byrpatrick"><img src="https://avatars.githubusercontent.com/u/37427699?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Byron Motoche</b></sub></a><br /><a href="https://github.com/JoseLion/assertive-ts/commits?author=byrpatrick" title="Code">💻</a></td>
51+
<td align="center"><a href="https://github.com/alejo0o"><img src="https://avatars.githubusercontent.com/u/60680371?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Alejandro Vivanco</b></sub></a><br /><a href="https://github.com/JoseLion/assertive-ts/commits?author=alejo0o" title="Code">💻</a></td>
52+
<td align="center"><a href="https://github.com/dalejo96"><img src="https://avatars.githubusercontent.com/u/77456654?v=4?s=100" width="100px;" alt=""/><br /><sub><b>David Villamarin</b></sub></a><br /><a href="https://github.com/JoseLion/assertive-ts/commits?author=dalejo96" title="Code">💻</a></td>
53+
<td align="center"><a href="https://github.com/Alex0jk"><img src="https://avatars.githubusercontent.com/u/22301755?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Alexander Mejía</b></sub></a><br /><a href="https://github.com/JoseLion/assertive-ts/commits?author=Alex0jk" title="Code">💻</a></td>
54+
<td align="center"><a href="https://github.com/ChristianSama"><img src="https://avatars.githubusercontent.com/u/43491324?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Christian Samaniego</b></sub></a><br /><a href="https://github.com/JoseLion/assertive-ts/commits?author=ChristianSama" title="Documentation">📖</a></td>
55+
</tr>
56+
</table>
57+
58+
<!-- markdownlint-restore -->
59+
<!-- prettier-ignore-end -->
60+
61+
<!-- ALL-CONTRIBUTORS-LIST:END -->
62+
63+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
3764

3865
## License
3966

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"@types/mocha": "^9.1.0",
1818
"@types/node": "^17.0.15",
1919
"@types/sinon": "^10.0.11",
20+
"all-contributors-cli": "^6.20.0",
2021
"cross-env": "^7.0.3",
2122
"mocha": "^9.2.0",
2223
"sinon": "^13.0.1",

0 commit comments

Comments
 (0)