Skip to content

Commit 7b3453b

Browse files
docs: add psmyrdek as a contributor (#206)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] * Add credit to HTTP feature Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Drew Powers <[email protected]>
1 parent b6ab31b commit 7b3453b

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

.all-contributorsrc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@
1616
"infra",
1717
"test"
1818
]
19+
},
20+
{
21+
"login": "psmyrdek",
22+
"name": "Przemek Smyrdek",
23+
"avatar_url": "https://avatars1.githubusercontent.com/u/6187417?v=4",
24+
"profile": "http://smyrdek.com",
25+
"contributions": [
26+
"code",
27+
"doc",
28+
"ideas",
29+
"test"
30+
]
1931
}
2032
],
2133
"contributorsPerLine": 7,

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[![version
2+
23
<!-- 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+
5+
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
6+
47
<!-- ALL-CONTRIBUTORS-BADGE:END -->
8+
59
(scoped)](https://img.shields.io/npm/v/@manifoldco/swagger-to-ts.svg)](https://www.npmjs.com/package/@manifoldco/swagger-to-ts)
610
[![codecov](https://codecov.io/gh/manifoldco/swagger-to-ts/branch/master/graph/badge.svg)](https://codecov.io/gh/manifoldco/swagger-to-ts)
711

@@ -40,6 +44,8 @@ npx @manifoldco/swagger-to-ts https://petstore.swagger.io/v2/swagger.json --outp
4044
# 🚀 https://petstore.swagger.io/v2/swagger.json -> petstore.ts [650ms]
4145
```
4246

47+
_Thanks to @psmyrdek for this feature!_
48+
4349
#### Generating multiple schemas
4450

4551
In your `package.json`, for each schema you’d like to transform add one `generate:specs:[name]` npm-script. Then combine them all into one `generate:specs` script, like so:
@@ -254,11 +260,13 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
254260
<table>
255261
<tr>
256262
<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>
263+
<td align="center"><a href="http://smyrdek.com"><img src="https://avatars1.githubusercontent.com/u/6187417?v=4" width="100px;" alt=""/><br /><sub><b>Przemek Smyrdek</b></sub></a><br /><a href="https://github.com/manifoldco/swagger-to-ts/commits?author=psmyrdek" title="Code">💻</a> <a href="https://github.com/manifoldco/swagger-to-ts/commits?author=psmyrdek" title="Documentation">📖</a> <a href="#ideas-psmyrdek" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/manifoldco/swagger-to-ts/commits?author=psmyrdek" title="Tests">⚠️</a></td>
257264
</tr>
258265
</table>
259266

260267
<!-- markdownlint-enable -->
261268
<!-- prettier-ignore-end -->
269+
262270
<!-- ALL-CONTRIBUTORS-LIST:END -->
263271

264-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
272+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)