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