1.0.5 • Published 2 years ago

gxblog v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

说明

A simple tool for publishing vuepress projects.

Installation

Prerequisites: Node.js (>=6.x, 8.x preferred), npm version 3+ and Git.

$ npm install -g gxblog
// 或者
npm install -D gxblog

Example:

  • artadmire: github用户名

  • ./public vuepress项目打包后的文件目录

$ gxblog push -g artadmire -p ./public

上面命令将会将你的vuepress博客发布发到github.