Skip to content

Commit 7d93fca

Browse files
authored
docs: update readme with npm packages and contributors (#96)
1 parent 65ee531 commit 7d93fca

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
<p>
88
<a href="https://discord.gg/FQfm7VqU"><img src="https://img.shields.io/badge/chat-discord-blue?style=flat-square&logo=discord&colorA=564341&colorB=F8F5FF" alt="Discord channel" /></a>
9+
<a href="https://npmjs.com/package/@rslib/core?activeTab=readme"><img src="https://img.shields.io/npm/v/@rslib/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a>
10+
<a href="https://npmcharts.com/compare/@rslib/core?minimal=true"><img src="https://img.shields.io/npm/dm/@rslib/core.svg?style=flat-square&colorA=564341&colorB=EDED91" alt="downloads" /></a>
11+
<a href="https://nodejs.org/en/about/previous-releases"><img src="https://img.shields.io/node/v/@rslib/core.svg?style=flat-square&colorA=564341&colorB=EDED91" alt="node version"></a>
912
<a href="https://github.com/web-infra-dev/rslib/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square&colorA=564341&colorB=F8F5FF" alt="license" /></a>
1013
</p>
1114

@@ -53,6 +56,19 @@ You can also clone the repository and run the examples in the [examples](https:/
5356
5457
Please read the [Contributing Guide](https://github.com/web-infra-dev/rslib/blob/main/CONTRIBUTING.md).
5558

59+
### Contributors
60+
61+
<a href="https://github.com/web-infra-dev/rslib/graphs/contributors" target="_blank">
62+
<table>
63+
<tr>
64+
<th colspan="2">
65+
<br/>
66+
<img src="https://contrib.rocks/image?repo=web-infra-dev/rslib&columns=16&max=96"><br/><br/>
67+
</th>
68+
</tr>
69+
</table>
70+
</a>
71+
5672
### Code of Conduct
5773

5874
This repo has adopted the ByteDance Open Source Code of Conduct. Please check [Code of Conduct](./CODE_OF_CONDUCT.md) for more details.

0 commit comments

Comments
 (0)