Skip to content
/ epub Public
forked from pirmd/epub

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

License

Notifications You must be signed in to change notification settings

elogiclab/epub

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%