ebookr-cli

A command-line interface of ebookr

Usage no npm install needed!

<script type="module">
  import ebookrCli from 'https://cdn.skypack.dev/ebookr-cli';
</script>

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.