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.
Everything should work fine using go standard commands (build
, get
,
install
...).
To install the metadata reading utility, run go install ./cmd/epub
.
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.
If you feel like to contribute, just follow github guidelines on forking then send a pull request