GitBook命令速览
查看帮助
$ gitbook help
$ gitbook -h
Usage: gitbook [options] [command]
Commands:
build [options] [source_dir] Build a gitbook from a directory
serve [options] [source_dir] Build then serve a gitbook from a directory
install [options] [source_dir] Install plugins for a book
pdf [options] [source_dir] Build a gitbook as a PDF
epub [options] [source_dir] Build a gitbook as a ePub book
mobi [options] [source_dir] Build a gitbook as a Mobi book
init [source_dir] Create files and folders based on contents of SUMMARY.md
publish [source_dir] Publish content to the associated gitbook.io book
git:remote [source_dir] [book_id] Adds a git remote to a book repository
Options:
-h, --help output usage information
-V, --version output the version number
初始化
$ gitbook init
安装插件
在book.json中配置好 plugins后执行
$ gitbook install
本地预览
$ gitbook serve
输出一个静态网站
$ gitbook build
可以指定目录和保存路径:
$ gitbook build 目标图书路径 保存路径