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
- Host: GitHub
- URL: https://github.com/webdad/easy-book-generator
- Owner: WebDaD
- Created: 2023-05-09T06:39:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T10:43:41.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T16:39:46.026Z (over 1 year ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```