# @vuepress-reco/theme-cli

Blog generation tool for vuepress-theme-reco 

## Experience

**npx**

```
npx @vuepress-reco/theme-cli init
```

**npm**

```bash
# 初始化
npm install @vuepress-reco/theme-cli -g
theme-cli init
```

**yarn**

```bash
# 初始化
yarn global add @vuepress-reco/theme-cli
theme-cli init
```

**test**

```bash
node ./bin/reco-build.js init
```
