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 >
15
17
16
18
## Usage
17
19
@@ -35,6 +37,23 @@ Thanks! 💖
35
37
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
36
38
<!-- prettier-ignore-start -->
37
39
<!-- 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 -->
38
57
39
58
<!-- markdownlint-restore -->
40
59
<!-- prettier-ignore-end -->
0 commit comments