Skip to content

Commit b6ab31b

Browse files
docs: add dangodev as a contributor (#205)
* docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent fbae394 commit b6ab31b

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

.all-contributorsrc

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "dangodev",
10+
"name": "Drew Powers",
11+
"avatar_url": "https://avatars3.githubusercontent.com/u/1369770?v=4",
12+
"profile": "https://pow.rs",
13+
"contributions": [
14+
"code",
15+
"doc",
16+
"infra",
17+
"test"
18+
]
19+
}
20+
],
21+
"contributorsPerLine": 7,
22+
"projectName": "swagger-to-ts",
23+
"projectOwner": "manifoldco",
24+
"repoType": "github",
25+
"repoHost": "https://github.com",
26+
"skipCi": true
27+
}

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
[![version
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
(scoped)](https://img.shields.io/npm/v/@manifoldco/swagger-to-ts.svg)](https://www.npmjs.com/package/@manifoldco/swagger-to-ts)
36
[![codecov](https://codecov.io/gh/manifoldco/swagger-to-ts/branch/master/graph/badge.svg)](https://codecov.io/gh/manifoldco/swagger-to-ts)
47

@@ -240,3 +243,22 @@ OpenAPI allows for far more flexibility in naming schema objects than JavaScript
240243
[openapi3]: https://swagger.io/specification
241244
[namespace]: https://www.typescriptlang.org/docs/handbook/namespaces.html
242245
[prettier]: https://npmjs.com/prettier
246+
247+
## Contributors ✨
248+
249+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
250+
251+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
252+
<!-- prettier-ignore-start -->
253+
<!-- markdownlint-disable -->
254+
<table>
255+
<tr>
256+
<td align="center"><a href="https://pow.rs"><img src="https://avatars3.githubusercontent.com/u/1369770?v=4" width="100px;" alt=""/><br /><sub><b>Drew Powers</b></sub></a><br /><a href="https://github.com/manifoldco/swagger-to-ts/commits?author=dangodev" title="Code">💻</a> <a href="https://github.com/manifoldco/swagger-to-ts/commits?author=dangodev" title="Documentation">📖</a> <a href="#infra-dangodev" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/manifoldco/swagger-to-ts/commits?author=dangodev" title="Tests">⚠️</a></td>
257+
</tr>
258+
</table>
259+
260+
<!-- markdownlint-enable -->
261+
<!-- prettier-ignore-end -->
262+
<!-- ALL-CONTRIBUTORS-LIST:END -->
263+
264+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)