Skip to content

Commit 5152326

Browse files
committed
docs: update badges
1 parent 1e41026 commit 5152326

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
# Create-Hexo
22

3-
[![npm](https://img.shields.io/npm/v/create-hexo?style=flat-square)](https://www.npmjs.com/package/create-hexo)
4-
[![npm-download](https://img.shields.io/npm/dm/create-hexo)](https://www.npmjs.com/package/create-hexo)
5-
[![node-current](https://img.shields.io/node/v/create-hexo)](https://nodejs.org/)
6-
[![CI](https://github.com/uiolee/create-hexo/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/uiolee/create-hexo/actions/workflows/ci.yml?query=event%3Apush+branch%3Amain)
3+
[![GitHub Tag](https://img.shields.io/github/v/tag/uiolee/create-hexo?logo=github)](https://github.com/uiolee/create-hexo/tags)
4+
[![GitHub Release](https://img.shields.io/github/v/release/uiolee/create-hexo?logo=github)](https://github.com/uiolee/create-hexo/releases)
5+
[![GitHub commits since latest release](https://img.shields.io/github/commits-since/uiolee/create-hexo/latest?include_prereleases&sort=semver&logo=github)](https://github.com/uiolee/create-hexo/compare/...main)
6+
[![GitHub top language](https://img.shields.io/github/languages/top/uiolee/create-hexo?logo=github)](#create-hexo)
7+
[![Coverage Status](https://coveralls.io/repos/github/uiolee/create-hexo/badge.svg?branch=main)](https://coveralls.io/github/uiolee/create-hexo?branch=main)
8+
[![CI](https://github.com/uiolee/create-hexo/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/uiolee/create-hexo/actions/workflows/ci.yml)
9+
[![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/uiolee/create-hexo?logo=librariesdotio)](https://libraries.io/github/uiolee/create-hexo#dependencies)
710

811
> Hexo site initializer.
912
1013
## Usage
1114

15+
[![NPM Version](https://img.shields.io/npm/v/create-hexo?logo=npm)](https://www.npmjs.com/package/create-hexo)
16+
[![node-lts](https://img.shields.io/node/v-lts/create-hexo?logo=nodedotjs)](https://nodejs.org/)
17+
[![NPM License](https://img.shields.io/npm/l/create-hexo)](./LICENSE)
18+
[![NPM Downloads](https://img.shields.io/npm/dm/create-hexo?logo=npm)](#create-hexo)
19+
[![NPM Downloads](https://img.shields.io/npm/dt/create-hexo?logo=npm)](#create-hexo)
20+
[![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/npm/create-hexo?logo=librariesdotio)](https://libraries.io/npm/create-hexo/tree)
21+
1222
### pnpm
1323

1424
```bash

0 commit comments

Comments
 (0)