pengzhanbo 74079390f6
feat: add create-vuepress-theme-plume package (#153)
* feat: add `create-vuepress-theme-plume` package
* feat(cli): add support deploy
2024-08-29 12:03:32 +08:00

15 lines
239 B
Markdown

# create-vuepress-theme-plume
The cli for create vuepress-theme-plume's project
## Usage
```sh
# npm
npm init vuepress-theme-plume@latest
# pnpm
pnpm create vuepress-theme-plume@latest
# yarn
yarn create vuepress-theme-plume@latest
```