Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.1 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.1 KB

EPUB

GoDoc  Go Report Card 

epub package provides a way to retrieve stored metadata from epub files.

epub package offers also a minimal tool to print to the standard output the metadata of the given epub file.

INSTALLATION

Everything should work fine using go standard commands (build, get, install...).

To install the metadata reading utility, run go install ./cmd/epub.

USAGE

Running godoc should give you helpful guidelines on available features.

Metadata reading utility usage is straightforward, just type epub <epub>, where '' is the path to the epub file you want to read metadata from.

CONTRIBUTION

If you feel like to contribute, just follow github guidelines on forking then send a pull request