1. 下载并安装 npm

node-v0.12.0.pkg http://nodejs.org/download/

2. 安装 gitbook

$ sudo npm install gitbook-cli -g

3. 进入终端 cd 到新建的电子书文件夹

$ touch SUMMARY.md
$ gitbook init

4. 下载并安装 gitbookEditor,gitbook 本地编辑器

https://github.com/GitbookIO/editor/releases

打开并选择刚刚 init 的文件夹就可以编辑

5. 本地预览

$ gitbook serve

6. 下载并安装 calibre。生成电子书使用

calibre-2.20.0 http://calibre-ebook.com/download_osx

  • 在终端输入
$ ln -s /Applications/calibre.app/Contents/MacOS/ebook-convert /usr/local/bin

7. 生成电子书

$ gitbook epub

或者

$ gitbook pdf

8. .gitignore

https://github.com/github/gitignore.git

转载于:https://www.cnblogs.com/blfbuaa/p/7275358.html

Logo

开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!

更多推荐