Skip to content

Commit

Permalink
docs: init all-contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus-Ende committed Apr 11, 2024
1 parent eb51535 commit bc29218
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"projectName": "ng-mockito",
"projectOwner": "qupaya",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md",
"libs/ng-mockito/ng-mockito/README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [],
"contributorsPerLine": 7,
"linkToUsage": true
}
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,22 @@

# ng-mockito

Please have a look at the [ng-mockito package README](./libs/ng-mockito/ng-mockito/README.md) for details.
Please have a look at the [ng-mockito package README](./libs/ng-mockito/ng-mockito/README.md) for details about the package.

## Contributors ✨

Thanks goes to these people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

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

---

Expand Down
21 changes: 21 additions & 0 deletions libs/ng-mockito/ng-mockito/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
![GitHub Workflow Status (branch main)](https://img.shields.io/github/actions/workflow/status/qupaya/ng-mockito/main.yml?branch=main) ![npm](https://img.shields.io/npm/v/ng-mockito) ![GitHub](https://img.shields.io/github/license/qupaya/ng-mockito) [![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->

[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)

<!-- ALL-CONTRIBUTORS-BADGE:END -->

<img src="https://raw.githubusercontent.com/qupaya/assets/master/logo/logo-full.svg" alt="dark qupaya logo with font" width="50" align="right">

<br>
Expand Down Expand Up @@ -119,6 +125,21 @@ For more usage examples in combination with [@testing-library/angular](https://g
For more information about how to mock, stub and verify, see the [ts-mockito documentation](https://github.com/TypeStrong/ts-mockito).
## Contributors ✨
Thanks goes to these people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
---
From [qupaya](https://www.qupaya.com/) with 🖤️
Expand Down

0 comments on commit bc29218

Please sign in to comment.