Categorygithub.com/geek1011/epubtool
repositorypackage
0.0.4
Repository: https://github.com/geek1011/epubtool.git
Documentation: pkg.go.dev

# README

epubtool

Build Status

A tool to manipulate ePub files.

work-in-progress

Features

  • Pack
  • Unpack
  • Get metadata
  • Validate
  • Coming soon:
    • Set metadata
    • Clean ePub
    • Add CSS
    • Add JS

Usage

  • epubtool pack /path/to/unpacked/ebook/ will pack to ./ebook.epub
  • epubtool pack /path/to/unpacked/ebook/ /place/to/put/somebook.epub will pack to /place/to/put/somebook.epub
  • epubtool unpack /path/to/bookfile.epub will unpack to ./bookfile/
  • epubtool unpack /path/to/bookfile.epub /place/to/put/unpacked/ will unpack to /place/to/put/unpacked/
  • epubtool get-metadata /path/to/bookfile.epub will display the metadata of /path/to/bookfile.epub