bookone

Test codecov Hits
Zero configuration book genereator with Markdown.

Github

https://github.com/xcodebuild/bookone

Usage

# install bookone
npm install -g bookone

# init a book
mkdir -p newbook/book
cd newbook
echo '# Intro Title\n I am content' > book/00-index.md
echo '# Chapter 1\n I am content of chapter 1' > book/01-chapter-one.md

# start a server and watch change
bookone start -t NewBook

# build only
bookone build -t NewBook

# build with PDF
bookone build -p
# open dist/book.pdf to open book

Example PDF

Build PDF file from this document for example: Example PDF File.

Related

Screenshot

Figure 0-1: Preview in Browser
Figure 0-2: bookone in Terminal