Skip to content

Commit

Permalink
docs(README): update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee committed Jan 3, 2024
1 parent 781aa55 commit aa3c38f
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# create-hexo
# Create-Hexo

![npm](https://img.shields.io/npm/v/create-hexo?link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Fcreate-hexo)
![node-current](https://img.shields.io/node/v/create-hexo)
![npm-download](https://img.shields.io/npm/dm/create-hexo)
[![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)
[![npm](https://img.shields.io/npm/v/create-hexo?style=flat-square)](https://www.npmjs.com/package/create-hexo)
[![npm-download](https://img.shields.io/npm/dm/create-hexo)](https://www.npmjs.com/package/create-hexo)
[![node-current](https://img.shields.io/node/v/create-hexo)](https://nodejs.org/)
[![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)

> Hexo site initializer
> Hexo site initializer.
## Usage

Expand All @@ -17,6 +17,8 @@ pnpm create hexo [path]
# pnpm dlx create-hexo [path]
```

> [pnpm.io](https://pnpm.io/)
### npm

```bash
Expand All @@ -26,6 +28,8 @@ npm init hexo [path]
# npx create-hexo [path]
```

> [npm init](https://docs.npmjs.com/cli/commands/npm-init)
### Yarn

```bash
Expand Down

0 comments on commit aa3c38f

Please sign in to comment.