Skip to content

Commit e9fdf34

Browse files
kevinccbsgclaude
andauthored
chore: add all-contributors bot setup (#231)
* chore: add all-contributors bot setup Adds .all-contributorsrc config and the README badge/section markers required by the all-contributors bot so contributors can be recognized via @all-contributors comments on issues and PRs. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * chore: remove all-contributors badge from README header Keep the contributors section markers so the bot can still maintain the contributor list, but drop the count badge from the header badge row. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * docs: add @DamonCaos as a contributor * docs: add @kevinccbsg as a contributor * chore: update dependencies * docs: reorder contributors and trim README boilerplate Move kevinccbsg first in the contributors table and drop the intro line plus the "@all-contributors please add" usage example. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * chore: restore package.json and lockfile to match main Drops the unnecessary caret bumps from the earlier "update dependencies" commit that put package.json out of sync with the lockfile and broke npm ci on macOS. Main's caret ranges already cover the resolved versions in the lockfile (including @emnapi/* WASM-fallback entries). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * chore: update all examples dependencies * docs: refresh README header with AI-agent GIF and clearer title - Drop the logo wordmark image (the H1 already says TWD) - Add twd-skill.gif as the visual hero - Expand the H1 to "TWD (Testing while developing)" to make the acronym self-explanatory above the fold Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * docs: add twd-skill.gif asset for README hero Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 130f2eb commit e9fdf34

9 files changed

Lines changed: 3928 additions & 5235 deletions

File tree

.all-contributorsrc

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"projectName": "twd",
3+
"projectOwner": "BRIKEV",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": true,
11+
"commitConvention": "angular",
12+
"commitType": "docs",
13+
"contributors": [
14+
{
15+
"login": "kevinccbsg",
16+
"name": "Kevin Julián Martínez Escobar",
17+
"avatar_url": "https://avatars.githubusercontent.com/u/12685053?v=4",
18+
"profile": "https://github.com/kevinccbsg",
19+
"contributions": [
20+
"code"
21+
]
22+
},
23+
{
24+
"login": "DamonCaos",
25+
"name": "Javier Rodriguez",
26+
"avatar_url": "https://avatars.githubusercontent.com/u/169996368?v=4",
27+
"profile": "https://github.com/DamonCaos",
28+
"contributions": [
29+
"doc"
30+
]
31+
}
32+
],
33+
"contributorsPerLine": 7,
34+
"skipCi": true
35+
}

README.md

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# TWD
1+
# TWD (Testing while developing)
22

33
[![CI](https://github.com/BRIKEV/twd/actions/workflows/ci.yml/badge.svg)](https://github.com/BRIKEV/twd/actions/workflows/ci.yml)
44
[![npm version](https://img.shields.io/npm/v/twd-js.svg)](https://www.npmjs.com/package/twd-js)
55
[![license](https://img.shields.io/github/license/brikev/twd.svg)](./LICENSE)
66
[![Maintainability](https://qlty.sh/gh/BRIKEV/projects/twd/maintainability.svg)](https://qlty.sh/gh/BRIKEV/projects/twd)
77
[![Code Coverage](https://qlty.sh/gh/BRIKEV/projects/twd/coverage.svg)](https://qlty.sh/gh/BRIKEV/projects/twd)
88

9-
<p>
10-
<img src="./images/logo_full_sized.png" alt="TWD Logo" width="400">
9+
<p align="center">
10+
<img src="./images/twd-skill.gif" alt="TWD running with an AI agent" width="800">
1111
</p>
1212

13-
TWD (Testing Web Development) is a library designed to seamlessly integrate testing into your web development workflow. It streamlines the process of writing, running, and managing tests directly in your application, with a modern UI and powerful mocking capabilities.
13+
TWD is a library designed to seamlessly integrate testing into your web development workflow. It streamlines the process of writing, running, and managing tests directly in your application, with a modern UI and powerful mocking capabilities.
1414

1515
**📖 [Full Documentation](https://brikev.github.io/twd/) | 🚀 [Getting Started](https://brikev.github.io/twd/getting-started) | 📚 [API Reference](https://brikev.github.io/twd/api/)**
1616

@@ -166,6 +166,27 @@ Each example includes a complete setup guide and demonstrates best practices for
166166

167167
Contributions are welcome! Please open issues or pull requests on [GitHub](https://github.com/BRIKEV/twd).
168168

169+
## Contributors ✨
170+
171+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
172+
<!-- prettier-ignore-start -->
173+
<!-- markdownlint-disable -->
174+
<table>
175+
<tbody>
176+
<tr>
177+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kevinccbsg"><img src="https://avatars.githubusercontent.com/u/12685053?v=4?s=100" width="100px;" alt="Kevin Julián Martínez Escobar"/><br /><sub><b>Kevin Julián Martínez Escobar</b></sub></a><br /><a href="https://github.com/BRIKEV/twd/commits?author=kevinccbsg" title="Code">💻</a></td>
178+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/DamonCaos"><img src="https://avatars.githubusercontent.com/u/169996368?v=4?s=100" width="100px;" alt="Javier Rodriguez"/><br /><sub><b>Javier Rodriguez</b></sub></a><br /><a href="https://github.com/BRIKEV/twd/commits?author=DamonCaos" title="Documentation">📖</a></td>
179+
</tr>
180+
</tbody>
181+
</table>
182+
183+
<!-- markdownlint-restore -->
184+
<!-- prettier-ignore-end -->
185+
186+
<!-- ALL-CONTRIBUTORS-LIST:END -->
187+
188+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind are welcome!
189+
169190
## License
170191

171192
This project is licensed under the [MIT License](./LICENSE).

0 commit comments

Comments
 (0)