An open API service indexing awesome lists of open source software.

https://github.com/webdad/easy-book-generator

Helps you to create a book from a collection of markdown files. Uses pandoc
https://github.com/webdad/easy-book-generator

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

# Easy Book Generator

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

## Installation

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

## Usage

```bash
ebg
```

### Create a new book

```bash
ebg init
```

### Add a new part

```bash
ebg add part
```

### Add a new chapter

```bash
ebg add chapter PART
```

### Build the book

```bash
ebg build book
```

### Build the expose

```bash
ebg build expose
```