Skip to content

Commit e7089d4

Browse files
docs: add all-contributors areas to README.md (#12)
1 parent 3ddd1d8 commit e7089d4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
![TypeScript: Strict](https://img.shields.io/badge/typescript-strict-brightgreen.svg)
66
[![NPM version](https://badge.fury.io/js/template-typescript-node-package.svg)](http://badge.fury.io/js/template-typescript-node-package)
77

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+
814
> Template TypeScript Node.js package with all the CI bells & whistles I commonly use. ✨
915
1016
## Usage
@@ -23,3 +29,14 @@ greet("Hello, world!");
2329

2430
See [`.github/CONTRIBUTING.md`](./.github/CONTRIBUTING.md).
2531
Thanks! 💖
32+
33+
## Contributors
34+
35+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
36+
<!-- prettier-ignore-start -->
37+
<!-- markdownlint-disable -->
38+
39+
<!-- markdownlint-restore -->
40+
<!-- prettier-ignore-end -->
41+
42+
<!-- ALL-CONTRIBUTORS-LIST:END -->

0 commit comments

Comments
 (0)