ebookr-cli
v0.0.12
Published
A command-line interface of ebookr
Downloads
6
Maintainers
Readme
ebookr-cli
A command-line interface of ebookr. Requires Pandoc (and LaTeX, if you want PDF).
Installation
npm install -g ebookr-cli
Examples
ebookr README.md
converts the contents of README.md to html, and outputs the converted text to console.
ebookr README.md -o test.pdf
converts README.md to PDF and outputs it to the file test.pdf.