Skip to content

Commit dda6c1c

Browse files
docs: add JoshuaKGoldberg as a contributor for bug, code, and 11 more (#13)
* docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] * Alphabetize fields * Change README.md to use explicit HTML * How about centered * Nix the center alignment * Actually I like the centering Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Josh Goldberg <[email protected]>
1 parent 6cba3a3 commit dda6c1c

File tree

3 files changed

+71
-14
lines changed

3 files changed

+71
-14
lines changed

.all-contributorsrc

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"commit": false,
3+
"commitConvention": "angular",
4+
"contributors": [
5+
{
6+
"avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4",
7+
"contributions": [
8+
"bug",
9+
"code",
10+
"content",
11+
"example",
12+
"ideas",
13+
"infra",
14+
"maintenance",
15+
"platform",
16+
"projectManagement",
17+
"review",
18+
"security",
19+
"tool",
20+
"test"
21+
],
22+
"login": "JoshuaKGoldberg",
23+
"name": "Josh Goldberg",
24+
"profile": "http://www.joshuakgoldberg.com"
25+
}
26+
],
27+
"contributorsPerLine": 7,
28+
"files": [
29+
"README.md"
30+
],
31+
"imageSize": 100,
32+
"projectName": "template-typescript-node-package",
33+
"projectOwner": "JoshuaKGoldberg",
34+
"repoHost": "https://github.com",
35+
"repoType": "github",
36+
"skipCi": true
37+
}

.markdownlint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"first-line-h1": false,
33
"no-hard-tabs": false,
4+
"no-inline-html": false,
45
"line-length": false
56
}

README.md

Lines changed: 33 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
# Template TypeScript Node Package
2-
3-
[![GitHub CI](https://github.com/JoshuaKGoldberg/template-typescript-node-package/actions/workflows/build.yml/badge.svg)](https://github.com/JoshuaKGoldberg/template-typescript-node-package/actions/workflows/build.yml)
4-
[![Code Style: Prettier](https://img.shields.io/badge/code_style-prettier-brightgreen.svg)](https://prettier.io)
5-
![TypeScript: Strict](https://img.shields.io/badge/typescript-strict-brightgreen.svg)
6-
[![NPM version](https://badge.fury.io/js/template-typescript-node-package.svg)](http://badge.fury.io/js/template-typescript-node-package)
7-
8-
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
9-
10-
[![All Contributors](https://img.shields.io/badge/all_contributors-0-green.svg)](#contributors)
11-
12-
<!-- ALL-CONTRIBUTORS-BADGE:END -->
13-
14-
> Template TypeScript Node.js package with all the CI bells & whistles I commonly use. ✨
1+
<h1 align="center">Template TypeScript Node Package</h1>
2+
3+
<p align="center">Template TypeScript Node.js package with all the CI bells & whistles I commonly use. ✨</p>
4+
5+
<p align="center">
6+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
7+
<a href="#contributors-">
8+
<img alt="All Contributors" src="https://img.shields.io/badge/all_contributors-1-14cc21.svg" />
9+
</a>
10+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
11+
<a href="https://github.com/JoshuaKGoldberg/template-typescript-node-package/actions/workflows/build.yml">
12+
<img alt="Build Status: Build Passing" src="https://github.com/JoshuaKGoldberg/template-typescript-node-package/actions/workflows/build.yml/badge.svg" />
13+
</a>
14+
<img alt="Code Style: Prettier" src="https://img.shields.io/badge/code_style-prettier-14cc21.svg" />
15+
<img alt="TypeScript: Strict" src="https://img.shields.io/badge/typescript-strict-14cc21.svg" />
16+
</p>
1517

1618
## Usage
1719

@@ -35,6 +37,23 @@ Thanks! 💖
3537
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
3638
<!-- prettier-ignore-start -->
3739
<!-- markdownlint-disable -->
40+
<table>
41+
<tbody>
42+
<tr>
43+
<td align="center"><a href="http://www.joshuakgoldberg.com"><img src="https://avatars.githubusercontent.com/u/3335181?v=4?s=100" width="100px;" alt="Josh Goldberg"/><br /><sub><b>Josh Goldberg</b></sub></a><br /><a href="https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=author%3AJoshuaKGoldberg" title="Bug reports">🐛</a> <a href="https://github.com/JoshuaKGoldberg/template-typescript-node-package/commits?author=JoshuaKGoldberg" title="Code">💻</a> <a href="#content-JoshuaKGoldberg" title="Content">🖋</a> <a href="#example-JoshuaKGoldberg" title="Examples">💡</a> <a href="#ideas-JoshuaKGoldberg" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-JoshuaKGoldberg" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-JoshuaKGoldberg" title="Maintenance">🚧</a> <a href="#platform-JoshuaKGoldberg" title="Packaging/porting to new platform">📦</a> <a href="#projectManagement-JoshuaKGoldberg" title="Project Management">📆</a> <a href="https://github.com/JoshuaKGoldberg/template-typescript-node-package/pulls?q=is%3Apr+reviewed-by%3AJoshuaKGoldberg" title="Reviewed Pull Requests">👀</a> <a href="#security-JoshuaKGoldberg" title="Security">🛡️</a> <a href="#tool-JoshuaKGoldberg" title="Tools">🔧</a> <a href="https://github.com/JoshuaKGoldberg/template-typescript-node-package/commits?author=JoshuaKGoldberg" title="Tests">⚠️</a></td>
44+
</tr>
45+
</tbody>
46+
<tfoot>
47+
48+
</tfoot>
49+
</table>
50+
51+
<!-- markdownlint-restore -->
52+
<!-- prettier-ignore-end -->
53+
54+
<!-- ALL-CONTRIBUTORS-LIST:END -->
55+
<!-- prettier-ignore-start -->
56+
<!-- markdownlint-disable -->
3857

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

0 commit comments

Comments
 (0)