An open API service indexing awesome lists of open source software.

https://github.com/vuepress-reco/theme-cli

🛠️ This is the site generation tool for vuepress-theme-reco.
https://github.com/vuepress-reco/theme-cli

Last synced: about 2 months ago
JSON representation

🛠️ This is the site generation tool for vuepress-theme-reco.

Awesome Lists containing this project

README

        

# @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
```