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.
- Host: GitHub
- URL: https://github.com/vuepress-reco/theme-cli
- Owner: vuepress-reco
- License: mit
- Created: 2019-04-16T06:23:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-23T18:03:40.000Z (about 3 years ago)
- Last Synced: 2025-04-03T03:07:22.326Z (2 months ago)
- Language: JavaScript
- Homepage: https://vuepress-theme-reco.recoluan.com
- Size: 21.5 KB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```