GitBook的安装和使用
##GitBook官网
https://github.com/GitbookIO/gitbook
##Node.js安装
Nodejs官网下载pkg
安装文件,一键安装
##Gitbook安装
###终端命令:
$ npm install gitbook -g
###dmg编辑器下载连接
https://github.com/GitbookIO/editor/releases
##编写图书
##图书输出
###静态网页
$ gitbook build ./图书目录 –output=./输出目录
###PDF
需要安装:gitbook-pdf
npm方式安装失败
可去官网http://phantomjs.org/下载安装。
终端命令:
$ gitbook pdf ./图书目录
###eBook
需安装:ebook-convert
终端命令:
$ gitbook epub ./图书目录
参考:
http://gitbook-zh.wanqingwong.com/howtouse/gitbookcli.html
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 yinxianwei!
评论