1.0.0-beta.1 • Published 5 years ago
vitepress-cli v1.0.0-beta.1
Installation
$ npm i vitepress-cli -gUsage
Run the following command line to create the project:
$ vitepress-cli init myprojectParameter
init <PROJECT_NAME>
Create the VitePress project:
$ vitepress-cli init myprojectupgrade
Check the new version is available or not:
$ vitepress-cli upgradetemplate
You can download or upgrade the template from mirror:
$ vitepress-cli templatemirror <TEMPLATE_MIRROR>
You can also set the template mirror like this:
$ vitepress-cli mirror https://zpfz.vercel.app/template/vitepress/NOTE
You can customize the template mirror link by youself, but the template file name must be template.zip, and the mirror link should be / ending.
For example, the full link to your custom template mirror is https://example.com/mirror/template.zip, the mirror link that vitepress-cli can recognize should be https://example.com/mirror/.
You can download the VitePress template from vitepress-cli/tpl.