Skip to content

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

Notifications You must be signed in to change notification settings

LuigiCerone/asciidoc2epub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published