Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 490 Bytes

README.md

File metadata and controls

48 lines (33 loc) · 490 Bytes

Easy Book Generator

Helps you to create a book from a collection of markdown files.

Installation

git clone
cd easy-book-generator
ln -s $PWD/ebg.sh /usr/local/bin/ebg
chmod +x /usr/local/bin/ebg

Usage

ebg

Create a new book

ebg init

Add a new part

ebg add part

Add a new chapter

ebg add chapter PART

Build the book

ebg build book

Build the expose

ebg build expose