Skip to content

Commit 68cdb13

Browse files
Merge pull request #186 from shiftcode/#92-contributors
docs(readme): update contributors
2 parents 214f936 + 3e281b7 commit 68cdb13

File tree

3 files changed

+48
-24
lines changed

3 files changed

+48
-24
lines changed

.all-contributorsrc

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,37 @@
1212
"name": "Michael Wittwer",
1313
"avatar_url": "https://avatars1.githubusercontent.com/u/8394182?v=4",
1414
"profile": "https://www.shiftcode.ch",
15+
"contributions": [
16+
"ideas",
17+
"code",
18+
"test",
19+
"doc"
20+
]
21+
},
22+
{
23+
"login": "simonmumenthaler",
24+
"name": "Simon Mumenthaler",
25+
"avatar_url": "https://avatars3.githubusercontent.com/u/37636934?v=4",
26+
"profile": "https://github.com/simonmumenthaler",
27+
"contributions": [
28+
"ideas",
29+
"code",
30+
"test",
31+
"doc",
32+
"examples"
33+
]
34+
},
35+
{
36+
"login": "michaellieberherrr",
37+
"name": "Michael Lieberherr",
38+
"avatar_url": "https://avatars1.githubusercontent.com/u/8321523?v=4",
39+
"profile": "https://github.com/michaellieberherrr",
1540
"contributions": [
1641
"code",
1742
"doc",
1843
"test"
1944
]
2045
}
21-
]
46+
],
47+
"repoType": "github"
2248
}

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
44
[![latest-release](https://img.shields.io/npm/v/@shiftcoders/dynamo-easy/latest.svg)]()
55
[![Coverage Status](https://coveralls.io/repos/github/shiftcode/dynamo-easy/badge.svg?branch=master)](https://coveralls.io/github/shiftcode/dynamo-easy?branch=master)
6-
[![Dev Dependencies](https://img.shields.io/david/expressjs/express.svg)](https://david-dm.org/michaelwittwer/dynamo-easy?type=dev)
7-
[![Greenkeeper badge](https://badges.greenkeeper.io/alexjoverm/typescript-library-starter.svg)](https://greenkeeper.io/)
86
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
9-
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg)](#contributors)
7+
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors)
108

119

1210
A dynamoDB client which provides an easy to use fluent api to execute requests. It supports typescript decorators, to define the necessary metadata for your models. You don't need to care about the mapping of javascript types to their dynamo types any more. We got you covered.
@@ -50,8 +48,8 @@ personStore
5048
Made with :heart: by [@michaelwittwer](https://github.com/michaelwittwer) and all these wonderful contributors ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
5149

5250
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
53-
| [<img src="https://avatars1.githubusercontent.com/u/8394182?v=4" width="100px;"/><br /><sub>Michael Wittwer</sub>](https://www.shiftcode.ch)<br />[💻](https://github.com/shiftcode/dynamo-easy/commits?author=michaelwittwer "Code") [📖](https://github.com/shiftcode/dynamo-easy/commits?author=michaelwittwer "Documentation") [⚠️](https://github.com/shiftcode/dynamo-easy/commits?author=michaelwittwer "Tests") | [<img src="https://avatars2.githubusercontent.com/u/8321523?s=460&v=4" width="100px;"/><br /><sub>Michael Lieberherr</sub>](https://www.shiftcode.ch)<br />[💻](https://github.com/shiftcode/dynamo-easy/commits?author=michaellieberherrr "Code") [📖](https://github.com/shiftcode/dynamo-easy/commits?author=michaellieberherrr "Documentation") [⚠️](https://github.com/shiftcode/dynamo-easy/commits?author=michaellieberherrr "Tests") | [<img src="https://avatars3.githubusercontent.com/u/37636934?s=460&v=4" width="100px;"/><br /><sub>Simon Mumenthaler</sub>](https://www.shiftcode.ch)<br />[💻](https://github.com/shiftcode/dynamo-easy/commits?author=simonmumenthaler "Code") [📖](https://github.com/shiftcode/dynamo-easy/commits?author=simonmumenthaler "Documentation") [⚠️](https://github.com/shiftcode/dynamo-easy/commits?author=simonmumenthaler "Tests") |
54-
| :---: | :---:| :---: |
51+
<!-- prettier-ignore -->
52+
<table><tr><td align="center"><a href="https://www.shiftcode.ch"><img src="https://avatars1.githubusercontent.com/u/8394182?v=4" width="100px;" alt="Michael Wittwer"/><br /><sub><b>Michael Wittwer</b></sub></a><br /><a href="#ideas-michaelwittwer" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/shiftcode/dynamo-easy/commits?author=michaelwittwer" title="Code">💻</a> <a href="https://github.com/shiftcode/dynamo-easy/commits?author=michaelwittwer" title="Tests">⚠️</a> <a href="https://github.com/shiftcode/dynamo-easy/commits?author=michaelwittwer" title="Documentation">📖</a></td><td align="center"><a href="https://github.com/simonmumenthaler"><img src="https://avatars3.githubusercontent.com/u/37636934?v=4" width="100px;" alt="Simon Mumenthaler"/><br /><sub><b>Simon Mumenthaler</b></sub></a><br /><a href="#ideas-simonmumenthaler" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/shiftcode/dynamo-easy/commits?author=simonmumenthaler" title="Code">💻</a> <a href="https://github.com/shiftcode/dynamo-easy/commits?author=simonmumenthaler" title="Tests">⚠️</a> <a href="https://github.com/shiftcode/dynamo-easy/commits?author=simonmumenthaler" title="Documentation">📖</a></td><td align="center"><a href="https://github.com/michaellieberherrr"><img src="https://avatars1.githubusercontent.com/u/8321523?v=4" width="100px;" alt="Michael Lieberherr"/><br /><sub><b>Michael Lieberherr</b></sub></a><br /><a href="https://github.com/shiftcode/dynamo-easy/commits?author=michaellieberherrr" title="Code">💻</a> <a href="https://github.com/shiftcode/dynamo-easy/commits?author=michaellieberherrr" title="Documentation">📖</a> <a href="https://github.com/shiftcode/dynamo-easy/commits?author=michaellieberherrr" title="Tests">⚠️</a></td></tr></table>
5553
<!-- ALL-CONTRIBUTORS-LIST:END -->
5654

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

doc-intro.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11

22
### Config
3-
* [updateDynamoEasyConfig](/modules/dynamo_easy.html#updatedynamoeasyconfig)
4-
* [tableNameResolver](/modules/dynamo_easy.html#tablenameresolver)
5-
* [sessionValidityEnsurer](/modules/dynamo_easy.html#sessionvalidityensurer)
3+
* [updateDynamoEasyConfig](modules/dynamo_easy.html#updatedynamoeasyconfig)
4+
* [tableNameResolver](modules/dynamo_easy.html#tablenameresolver)
5+
* [sessionValidityEnsurer](modules/dynamo_easy.html#sessionvalidityensurer)
66

77
### Model
8-
* [Decorators](/modules/decorators.html)
9-
* [MapperForType](/interfaces/mapper.mapperfortype.html)
8+
* [Decorators](modules/decorators.html)
9+
* [MapperForType](interfaces/mapper.mapperfortype.html)
1010

1111
### DynamoStore
12-
* [DynamoStore](/classes/dynamo_easy.dynamostore.html)
12+
* [DynamoStore](classes/dynamo_easy.dynamostore.html)
1313

1414
#### Store Requests (Single Model)
15-
* [GetRequest](/classes/store_requests.getrequest.html)
16-
* [PutRequest](/classes/store_requests.putrequest.html)
17-
* [DeleteRequest](/classes/store_requests.deleterequest.html)
18-
* [UpdateRequest](/classes/store_requests.updaterequest.html)
15+
* [GetRequest](classes/store_requests.getrequest.html)
16+
* [PutRequest](classes/store_requests.putrequest.html)
17+
* [DeleteRequest](classes/store_requests.deleterequest.html)
18+
* [UpdateRequest](classes/store_requests.updaterequest.html)
1919
* [QueryRequest](classes/store_requests.queryrequest.html)
20-
* [ScanRequest](/classes/store_requests.scanrequest.html)
21-
* [TransactGetSingleTableRequest](/classes/store_requests.transactgetsingletablerequest.html)
22-
* [BatchGetSingleTableRequest](/classes/store_requests.batchgetsingletablerequest.html)
23-
* [BatchWriteSingleTableRequest](/classes/store_requests.batchwritesingletablerequest.html)
20+
* [ScanRequest](classes/store_requests.scanrequest.html)
21+
* [TransactGetSingleTableRequest](classes/store_requests.transactgetsingletablerequest.html)
22+
* [BatchGetSingleTableRequest](classes/store_requests.batchgetsingletablerequest.html)
23+
* [BatchWriteSingleTableRequest](classes/store_requests.batchwritesingletablerequest.html)
2424

2525
### Multi Model Requests
26-
* [BatchGetRequest](/classes/multi_model_requests_batch_get.batchgetrequest.html)
27-
* [BatchWriteRequest](/classes/multi_model_requests_batch_write.batchwriterequest.html)
28-
* [TransactGetRequest](/classes/multi_model_requests_transact_get.transactgetrequest.html)
29-
* [TransactWriteRequest](/classes/multi_model_requests_transact_write.transactwriterequest.html)
26+
* [BatchGetRequest](classes/multi_model_requests_batch_get.batchgetrequest.html)
27+
* [BatchWriteRequest](classes/multi_model_requests_batch_write.batchwriterequest.html)
28+
* [TransactGetRequest](classes/multi_model_requests_transact_get.transactgetrequest.html)
29+
* [TransactWriteRequest](classes/multi_model_requests_transact_write.transactwriterequest.html)
3030

0 commit comments

Comments
 (0)