Skip to content

Commit 4e65fd6

Browse files
Add contributors (#117)
* docs: add contributors in README * chore: add all contributorsrc * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] * docs: fix Contributors Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent 3641415 commit 4e65fd6

File tree

2 files changed

+178
-7
lines changed

2 files changed

+178
-7
lines changed

.all-contributorsrc

Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "js2me",
10+
"name": "Sergey S. Volkov",
11+
"avatar_url": "https://avatars1.githubusercontent.com/u/16340911?v=4",
12+
"profile": "https://github.com/js2me",
13+
"contributions": [
14+
"code",
15+
"doc",
16+
"design",
17+
"example",
18+
"maintenance",
19+
"ideas",
20+
"bug"
21+
]
22+
},
23+
{
24+
"login": "andrefilimono",
25+
"name": "Filimonov Andrey",
26+
"avatar_url": "https://avatars0.githubusercontent.com/u/7794526?v=4",
27+
"profile": "https://github.com/andrefilimono",
28+
"contributions": [
29+
"code",
30+
"ideas",
31+
"design"
32+
]
33+
},
34+
{
35+
"login": "Fl0pZz",
36+
"name": "Rafael Fakhreev",
37+
"avatar_url": "https://avatars2.githubusercontent.com/u/9510124?v=4",
38+
"profile": "https://github.com/Fl0pZz",
39+
"contributions": [
40+
"code",
41+
"ideas"
42+
]
43+
},
44+
{
45+
"login": "azz",
46+
"name": "Lucas Azzola",
47+
"avatar_url": "https://avatars3.githubusercontent.com/u/1297597?v=4",
48+
"profile": "https://azzola.dev",
49+
"contributions": [
50+
"code",
51+
"ideas",
52+
"design"
53+
]
54+
},
55+
{
56+
"login": "JennieJi",
57+
"name": "Jennie",
58+
"avatar_url": "https://avatars3.githubusercontent.com/u/1913045?v=4",
59+
"profile": "https://github.com/JennieJi",
60+
"contributions": [
61+
"code",
62+
"ideas"
63+
]
64+
},
65+
{
66+
"login": "jomarquez21",
67+
"name": "Jose Enrique Marquez",
68+
"avatar_url": "https://avatars1.githubusercontent.com/u/16705169?v=4",
69+
"profile": "https://github.com/jomarquez21",
70+
"contributions": [
71+
"code",
72+
"bug"
73+
]
74+
},
75+
{
76+
"login": "Benjamin-Dobell",
77+
"name": "Benjamin Dobell",
78+
"avatar_url": "https://avatars1.githubusercontent.com/u/482276?v=4",
79+
"profile": "https://glassechidna.com.au",
80+
"contributions": [
81+
"code",
82+
"bug"
83+
]
84+
},
85+
{
86+
"login": "larrybotha",
87+
"name": "Larry Botha",
88+
"avatar_url": "https://avatars0.githubusercontent.com/u/1510520?v=4",
89+
"profile": "http://fixate.it",
90+
"contributions": [
91+
"code",
92+
"bug"
93+
]
94+
},
95+
{
96+
"login": "nikalun",
97+
"name": "Nikolay Lukinykh",
98+
"avatar_url": "https://avatars3.githubusercontent.com/u/13102962?v=4",
99+
"profile": "https://github.com/nikalun",
100+
"contributions": [
101+
"code",
102+
"ideas",
103+
"bug"
104+
]
105+
},
106+
{
107+
"login": "Mvbraathen",
108+
"name": "Marius Bråthen",
109+
"avatar_url": "https://avatars0.githubusercontent.com/u/16756739?v=4",
110+
"profile": "https://github.com/Mvbraathen",
111+
"contributions": [
112+
"security"
113+
]
114+
},
115+
{
116+
"login": "xesjkeee",
117+
"name": "Evgeny Vlasov",
118+
"avatar_url": "https://avatars2.githubusercontent.com/u/17751886?v=4",
119+
"profile": "https://github.com/xesjkeee",
120+
"contributions": [
121+
"ideas"
122+
]
123+
},
124+
{
125+
"login": "kel666",
126+
"name": "Fabio",
127+
"avatar_url": "https://avatars1.githubusercontent.com/u/2040661?v=4",
128+
"profile": "https://github.com/kel666",
129+
"contributions": [
130+
"bug",
131+
"code"
132+
]
133+
}
134+
],
135+
"contributorsPerLine": 7,
136+
"projectName": "swagger-typescript-api",
137+
"projectOwner": "acacode",
138+
"repoType": "github",
139+
"repoHost": "https://github.com",
140+
"skipCi": true
141+
}

README.md

Lines changed: 37 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# swagger-typescript-api
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
[![Greenkeeper badge](https://badges.greenkeeper.io/acacode/swagger-typescript-api.svg)](https://greenkeeper.io/)
47
[![NPM badge](https://img.shields.io/npm/v/swagger-typescript-api.svg)](https://www.npmjs.com/package/swagger-typescript-api)
@@ -157,6 +160,40 @@ When we change it to `--module-name-index 1` then Api class have two properties
157160
- [Why Swagger schemes are needed in frontend development ?](https://dev.to/js2me/why-swagger-schemes-are-needed-in-frontend-development-2cb4)
158161
- [Migration en douceur vers TypeScript](https://www.premieroctet.com/blog/migration-typescript/)
159162

163+
## 🛠️ Contribution
164+
165+
❗❗❗ Please use the `next` branch :)
166+
167+
If you need to check your changes at schemas in `tests` folder before create a PR just run command `npm run test:all`
168+
169+
## Contributors ✨
170+
171+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
172+
173+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
174+
<!-- prettier-ignore-start -->
175+
<!-- markdownlint-disable -->
176+
<table>
177+
<tr>
178+
<td align="center"><a href="https://github.com/js2me"><img src="https://avatars1.githubusercontent.com/u/16340911?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sergey S. Volkov</b></sub></a><br /><a href="https://github.com/acacode/swagger-typescript-api/commits?author=js2me" title="Code">💻</a> <a href="https://github.com/acacode/swagger-typescript-api/commits?author=js2me" title="Documentation">📖</a> <a href="#design-js2me" title="Design">🎨</a> <a href="#example-js2me" title="Examples">💡</a> <a href="#maintenance-js2me" title="Maintenance">🚧</a> <a href="#ideas-js2me" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/acacode/swagger-typescript-api/issues?q=author%3Ajs2me" title="Bug reports">🐛</a></td>
179+
<td align="center"><a href="https://github.com/andrefilimono"><img src="https://avatars0.githubusercontent.com/u/7794526?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Filimonov Andrey</b></sub></a><br /><a href="https://github.com/acacode/swagger-typescript-api/commits?author=andrefilimono" title="Code">💻</a> <a href="#ideas-andrefilimono" title="Ideas, Planning, & Feedback">🤔</a> <a href="#design-andrefilimono" title="Design">🎨</a></td>
180+
<td align="center"><a href="https://github.com/Fl0pZz"><img src="https://avatars2.githubusercontent.com/u/9510124?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Rafael Fakhreev</b></sub></a><br /><a href="https://github.com/acacode/swagger-typescript-api/commits?author=Fl0pZz" title="Code">💻</a> <a href="#ideas-Fl0pZz" title="Ideas, Planning, & Feedback">🤔</a></td>
181+
<td align="center"><a href="https://azzola.dev"><img src="https://avatars3.githubusercontent.com/u/1297597?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Lucas Azzola</b></sub></a><br /><a href="https://github.com/acacode/swagger-typescript-api/commits?author=azz" title="Code">💻</a> <a href="#ideas-azz" title="Ideas, Planning, & Feedback">🤔</a> <a href="#design-azz" title="Design">🎨</a></td>
182+
<td align="center"><a href="https://github.com/JennieJi"><img src="https://avatars3.githubusercontent.com/u/1913045?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jennie</b></sub></a><br /><a href="https://github.com/acacode/swagger-typescript-api/commits?author=JennieJi" title="Code">💻</a> <a href="#ideas-JennieJi" title="Ideas, Planning, & Feedback">🤔</a></td>
183+
<td align="center"><a href="https://github.com/jomarquez21"><img src="https://avatars1.githubusercontent.com/u/16705169?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jose Enrique Marquez</b></sub></a><br /><a href="https://github.com/acacode/swagger-typescript-api/commits?author=jomarquez21" title="Code">💻</a> <a href="https://github.com/acacode/swagger-typescript-api/issues?q=author%3Ajomarquez21" title="Bug reports">🐛</a></td>
184+
<td align="center"><a href="https://glassechidna.com.au"><img src="https://avatars1.githubusercontent.com/u/482276?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Benjamin Dobell</b></sub></a><br /><a href="https://github.com/acacode/swagger-typescript-api/commits?author=Benjamin-Dobell" title="Code">💻</a> <a href="https://github.com/acacode/swagger-typescript-api/issues?q=author%3ABenjamin-Dobell" title="Bug reports">🐛</a></td>
185+
<td align="center"><a href="http://fixate.it"><img src="https://avatars0.githubusercontent.com/u/1510520?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Larry Botha</b></sub></a><br /><a href="https://github.com/acacode/swagger-typescript-api/commits?author=larrybotha" title="Code">💻</a> <a href="https://github.com/acacode/swagger-typescript-api/issues?q=author%3Alarrybotha" title="Bug reports">🐛</a></td>
186+
<td align="center"><a href="https://github.com/nikalun"><img src="https://avatars3.githubusercontent.com/u/13102962?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Nikolay Lukinykh</b></sub></a><br /><a href="https://github.com/acacode/swagger-typescript-api/commits?author=nikalun" title="Code">💻</a> <a href="#ideas-nikalun" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/acacode/swagger-typescript-api/issues?q=author%3Anikalun" title="Bug reports">🐛</a></td>
187+
<td align="center"><a href="https://github.com/Mvbraathen"><img src="https://avatars0.githubusercontent.com/u/16756739?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Marius Bråthen</b></sub></a><br /><a href="#security-Mvbraathen" title="Security">🛡️</a></td>
188+
<td align="center"><a href="https://github.com/xesjkeee"><img src="https://avatars2.githubusercontent.com/u/17751886?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Evgeny Vlasov</b></sub></a><br /><a href="#ideas-xesjkeee" title="Ideas, Planning, & Feedback">🤔</a></td>
189+
<td align="center"><a href="https://github.com/kel666"><img src="https://avatars1.githubusercontent.com/u/2040661?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Fabio</b></sub></a><br /><a href="https://github.com/acacode/swagger-typescript-api/issues?q=author%3Akel666" title="Bug reports">🐛</a> <a href="https://github.com/acacode/swagger-typescript-api/commits?author=kel666" title="Code">💻</a></td>
190+
</tr>
191+
</table>
192+
<!-- markdownlint-restore -->
193+
<!-- prettier-ignore-end -->
194+
<!-- ALL-CONTRIBUTORS-LIST:END -->
195+
196+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
160197

161198
## 🚀 How it looks
162199

@@ -167,12 +204,5 @@ When we change it to `--module-name-index 1` then Api class have two properties
167204
![](https://raw.githubusercontent.com/acacode/swagger-typescript-api/master/assets/typings1.gif)
168205

169206

170-
## 🛠️ Contribution
171-
172-
173-
❗❗❗ Please use the `next` branch :)
174-
175-
If you need to check your changes at schemas in `tests` folder before create a PR just run command `npm run test:all`
176-
177207
## 📝 License
178208
Licensed under the [MIT License](https://github.com/acacode/swagger-typescript-api/blob/master/LICENSE).

0 commit comments

Comments
 (0)