0.0.19 • Published 9 years ago

abelone v0.0.19

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
9 years ago

abelone

Convert scroll into a turnable bookiza app!

This module works best with public domain HTML books off Gutenberg. That is to say, it is currently optimized to handle paragraph and header tags only.

Install

  
  $ npm i -g abelone

--global flag is required because this is a command line utility.

Instructions

Abelone command is tied to the alphabet 'a'.

  $ abelone --help or $ a -h

  $ abelone fetch <url> or $ a f <url>   // Fetches the HTML, saves it as `original.html`.

  $ abelone sanitize or $ a s            // Sanitize HTML off Gutenberg.
  
  $ abelone normalize or $ a n           // Normalize HTML
  
  $ abelone paginate or $ a p            // Paginate into book sized chunks per template.

Done! The html page is now chunked into manuscript of your bookiza app.

0.0.19

9 years ago

0.0.18

9 years ago

0.0.17

9 years ago

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago