Skip to content

Commit c21e61b

Browse files
Merge pull request #3 from kuldeepkeshwar/all-contributors/add-kuldeepkeshwar
docs: add kuldeepkeshwar as a contributor
2 parents 0be3322 + 7667f07 commit c21e61b

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

.all-contributorsrc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "kuldeepkeshwar",
10+
"name": "anotherjsguy",
11+
"avatar_url": "https://avatars1.githubusercontent.com/u/10448534?v=4",
12+
"profile": "https://in.linkedin.com/in/kuldeepkeshwar",
13+
"contributions": [
14+
"code"
15+
]
16+
}
17+
],
18+
"contributorsPerLine": 7,
19+
"projectName": "simple-github-db",
20+
"projectOwner": "kuldeepkeshwar",
21+
"repoType": "github",
22+
"repoHost": "https://github.com"
23+
}

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# A simpe key value store using Github.
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
23

34
## Install
45
`npm install simple-github-db`
@@ -43,3 +44,19 @@ Meant to be used for side-projects, it doesn't scale or fulfil a fully-fledged d
4344
#### like it?
4445

4546
⭐️ this repo
47+
48+
## Contributors ✨
49+
50+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
51+
52+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
53+
<!-- prettier-ignore -->
54+
<table>
55+
<tr>
56+
<td align="center"><a href="https://in.linkedin.com/in/kuldeepkeshwar"><img src="https://avatars1.githubusercontent.com/u/10448534?v=4" width="100px;" alt="anotherjsguy"/><br /><sub><b>anotherjsguy</b></sub></a><br /><a href="https://github.com/kuldeepkeshwar/simple-github-db/commits?author=kuldeepkeshwar" title="Code">💻</a></td>
57+
</tr>
58+
</table>
59+
60+
<!-- ALL-CONTRIBUTORS-LIST:END -->
61+
62+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)