Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1.33 KB

README.md

File metadata and controls

14 lines (12 loc) · 1.33 KB

A collection of extensions for creating epubs for offline reading from various online novel sites. They use a shared central framework, with per-site configurations. They only have one main external dependency, on jszip, which is used to compress the epub contents (epubs are essentially a special type of zip) - all other dependencies are simply for packaging. It also inlines a copy of nodepub, in order to make changes to support reading input from dynamic sources, and to remove unused features that require additional dependencies.

To Build

  • npm install
  • webpack build --config-name [site name] (or webpack build to rebuild all)
  • cd dist/[site name]
  • web-ext build

To Run