Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 462 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 462 Bytes

asciidoc2epub

A very simple node script used for converting .asciidoc book into .epub.

Prerequisites

pandoc

Example

sudo node index.js input/mybook.asciidoc myname

The converted result will be placed under output/nyname.epub.

sudo keyword is required for creating a new file, otherwise change your writing permissions.

Note

The script is very simple and basic, if you want feel free to add new features.