From aa3c38f5c16a288a21e6dc5b5a446083e9ae8529 Mon Sep 17 00:00:00 2001 From: uiolee <22849383+uiolee@users.noreply.github.com> Date: Wed, 3 Jan 2024 15:51:25 +0800 Subject: [PATCH] docs(README): update badges --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 37c5e77..dff95e6 100644 --- a/README.md +++ b/README.md @@ -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 @@ -17,6 +17,8 @@ pnpm create hexo [path] # pnpm dlx create-hexo [path] ``` +> [pnpm.io](https://pnpm.io/) + ### npm ```bash @@ -26,6 +28,8 @@ npm init hexo [path] # npx create-hexo [path] ``` +> [npm init](https://docs.npmjs.com/cli/commands/npm-init) + ### Yarn ```bash