Skip to content

Commit 7825ffd

Browse files
docs: more badges (#29)
* docs: more badges * Update .markdownlint.json
1 parent f0efdbc commit 7825ffd

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,24 @@
55
<p align="center">
66
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
77
<a href="#contributors-">
8-
<img alt="All Contributors" src="https://img.shields.io/badge/all_contributors-1-14cc21.svg" />
8+
<img alt="All Contributors" src="https://img.shields.io/badge/all_contributors-1-21bb42.svg" />
99
</a>
1010
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1111
<a href="https://github.com/JoshuaKGoldberg/template-typescript-node-package/actions/workflows/build.yml">
1212
<img alt="Build Status: Build Passing" src="https://github.com/JoshuaKGoldberg/template-typescript-node-package/actions/workflows/build.yml/badge.svg" />
1313
</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" />
14+
<img alt="Code Style: Prettier" src="https://img.shields.io/badge/code_style-prettier-21bb42.svg" />
15+
<a href="https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/main/.github/CODE_OF_CONDUCT.md">
16+
<img alt="Contributor Covenant" src="https://img.shields.io/badge/code_of_conduct-contributor_covenant-21bb42" />
17+
</a>
18+
<a href="https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/main/LICENSE.md">
19+
<img alt="License: MIT" src="https://img.shields.io/github/license/JoshuaKGoldberg/template-typescript-node-package?color=21bb42">
20+
</a>
21+
<a href="https://github.com/sponsors/JoshuaKGoldberg">
22+
<img alt="Sponsor: On GitHub" src="https://img.shields.io/badge/sponsor-on_github-21bb42.svg" />
23+
</a>
24+
<img alt="TypeScript: Strict" src="https://img.shields.io/badge/typescript-strict-21bb42.svg" />
25+
1626
</p>
1727

1828
## Usage

0 commit comments

Comments
 (0)