Skip to content

Commit 854b82a

Browse files
authored
docs(readme): add badges
1 parent 7c2fe4d commit 854b82a

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

README.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,28 @@
1-
# create-package
2-
Boring Node.js Package Generator
1+
<div align="center">
2+
<h1>create-package</h1>
3+
<p>Boring Node.js Package Generator</p>
4+
5+
<div>
6+
<a href="https://github.com/boringcodes/create-package" aria-label="Commitizen Friendly">
7+
<img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square">
8+
</a>
9+
<a href="https://github.com/boringcodes/create-package" aria-label="GitHub Workflow Status">
10+
<img src="https://img.shields.io/github/workflow/status/boringcodes/create-package/Publish Package to NPM?style=flat-square">
11+
</a>
12+
<a href="https://github.com/boringcodes/create-package" aria-label="Dependencies Status">
13+
<img src="https://img.shields.io/david/boringcodes/create-package?style=flat-square">
14+
</a>
15+
<a href="https://www.npmjs.com/package/@boringcodes/create-package" aria-label="NPM Version">
16+
<img src="https://img.shields.io/npm/v/@boringcodes/create-package?color=brightgreen&style=flat-square">
17+
</a>
18+
<a href="https://www.npmjs.com/package/@boringcodes/create-package" aria-label="NPM Downloads">
19+
<img src="https://img.shields.io/npm/dm/@boringcodes/create-package?style=flat-square">
20+
</a>
21+
<a href="https://github.com/boringcodes/create-package/blob/master/LICENSE" aria-label="License">
22+
<img src="https://img.shields.io/github/license/boringcodes/create-package?color=brightgreen&style=flat-square">
23+
</a>
24+
<a href="https://github.com/boringcodes">
25+
<img src="https://img.shields.io/badge/github-@boringcodes-brightgreen?style=flat-square">
26+
</a>
27+
</div>
28+
</div>

0 commit comments

Comments
 (0)