https://github.com/gonejack/textbundle-to-epub
textbundle to epub
https://github.com/gonejack/textbundle-to-epub
epub textbundle
Last synced: about 1 month ago
JSON representation
textbundle to epub
- Host: GitHub
- URL: https://github.com/gonejack/textbundle-to-epub
- Owner: gonejack
- License: mit
- Created: 2021-03-21T04:22:08.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-06T09:47:30.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T17:43:14.298Z (over 1 year ago)
- Topics: epub, textbundle
- Language: Go
- Homepage:
- Size: 519 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# textbundle-to-epub
Command line tool for converting textbundle to epub.


[](LICENSE)
### Install
```shell
> go get github.com/gonejack/textbundle-to-epub
```
### Usage
```shell
> textbundle-to-epub *.textbundle
```
```
Usage:
textbundle-to-epub [-o output] [--title title] [--cover cover] *.textbundle
Flags:
-o, --output string output filename (default "output.epub")
--title string epub title (default "TextBundles")
--cover string cover image
-v, --verbose verbose
-h, --help help for textbundle-to-epub
```