Skip to content

Commit

Permalink
docs(README): add usage
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee committed Dec 31, 2023
1 parent 2d06565 commit 736639c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# create-hexo

> Hexo site initializer
## Usage

```bash
npm init hexo [path]

# npm exec create-hexo [path]
# npx create-hexo [path]
```

```bash
pnpm create hexo [path]

# pnpm dlx create-hexo [path]
```

```bash
yarn create hexo [path]
```

0 comments on commit 736639c

Please sign in to comment.