# theme-cli **Repository Path**: vuepress-reco/theme-cli ## Basic Information - **Project Name**: theme-cli - **Description**: 💥 Blog generation tool for vuepress-theme-reco. - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-20 - **Last Updated**: 2022-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```