Skip to content

Commit 0969f23

Browse files
authored
Merge pull request #37 from cdimascio/all-contributors/add-brakmic
docs: add brakmic as a contributor
2 parents 7ccfc37 + 92e841b commit 0969f23

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

.all-contributorsrc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "brakmic",
10+
"name": "Harris Brakmić",
11+
"avatar_url": "https://avatars1.githubusercontent.com/u/56779?v=4",
12+
"profile": "https://blog.brakmic.com",
13+
"contributions": [
14+
"code"
15+
]
16+
}
17+
],
18+
"contributorsPerLine": 7,
19+
"projectName": "generator-express-no-stress-typescript",
20+
"projectOwner": "cdimascio",
21+
"repoType": "github",
22+
"repoHost": "https://github.com",
23+
"skipCi": true
24+
}

README.md

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

36
![](https://img.shields.io/badge/status-stable-green.svg) ![](https://img.shields.io/npm/v/generator-express-no-stress-typescript.svg) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/21e362094c5a4c0da4841fc172cee95d)](https://www.codacy.com/app/cdimascio/generator-express-no-stress-typescript?utm_source=github.com&utm_medium=referral&utm_content=cdimascio/generator-express-no-stress-typescript&utm_campaign=Badge_Grade) [![](https://img.shields.io/gitter/room/cdimascio-oss/community?color=%23eb205a)](https://gitter.im/cdimascio-oss/community) ![](https://img.shields.io/badge/license-MIT-blue.svg)
47

@@ -283,3 +286,22 @@ paths:
283286
[MIT](LICENSE)
284287

285288
<a href="https://www.buymeacoffee.com/m97tA5c" target="_blank"><img src="https://bmc-cdn.nyc3.digitaloceanspaces.com/BMC-button-images/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a>
289+
290+
## Contributors ✨
291+
292+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
293+
294+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
295+
<!-- prettier-ignore-start -->
296+
<!-- markdownlint-disable -->
297+
<table>
298+
<tr>
299+
<td align="center"><a href="https://blog.brakmic.com"><img src="https://avatars1.githubusercontent.com/u/56779?v=4" width="100px;" alt=""/><br /><sub><b>Harris Brakmić</b></sub></a><br /><a href="https://github.com/cdimascio/generator-express-no-stress-typescript/commits?author=brakmic" title="Code">💻</a></td>
300+
</tr>
301+
</table>
302+
303+
<!-- markdownlint-enable -->
304+
<!-- prettier-ignore-end -->
305+
<!-- ALL-CONTRIBUTORS-LIST:END -->
306+
307+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)