Skip to content

Commit

Permalink
Explain self more.
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenhombre committed Mar 6, 2024
1 parent b72cf9d commit aae0a2f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ A Babashka script to generate a "minimum" EPUB eBook.

I had the need to generate an EPUB eBook from a large, structured
Markdown file. I didn't want to use a larger tool like Pandoc or
Calibre for this. It was a little tricky to generate an EPUB
Calibre for this. It was a little tricky to generate a minimal EPUB
that would open in both Calibre and Apple Books, so I wrote this
and am posting it here in case it's helpful to someone else.

The script `minpub.clj` generates an eBook based on a hard-coded,
short list of example chapters. It's meant to serve as an example
rather than to be a general-purpose tool.

## Requirements

- [Babashka](https://github.com/babashka/babashka)
Expand Down

0 comments on commit aae0a2f

Please sign in to comment.