kepubify
Fast, standalone EPUB to Kobo EPUB conversion tool.
File Explorer
Download Latest Version (.zip)- kepubify.yml
- covergen.go
- kepubify.go
- pathtransform.go
- pathtransform_test.go
- seriesmeta.go
- zip.go
- ziptypes_fork.go
- ziptypes_std.go
- .gitignore
- main.go
- test.sh
- convert.go
- convert_test.go
- convert_zip116.go
- convert_zip117.go
- kepub.go
- transform.go
- transform_test.go
- .gitignore
- go.mod
- go.sum
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/pgaskin/kepubify
Downloads the entire project code from GitHub to your computer.
cd kepubify
Moves into the project folder you just downloaded.
2. Go
Medium RecommendedPrerequisites
go build ./...
Compiles the Go program into an executable.
go run .
Runs the Go program directly without a separate build step.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
// repository documentation
Was this content helpful?
(0 ratings)
