https://github.com/gonejack/textbundle-to-html
Convert textbundle to html
https://github.com/gonejack/textbundle-to-html
Last synced: about 1 month ago
JSON representation
Convert textbundle to html
- Host: GitHub
- URL: https://github.com/gonejack/textbundle-to-html
- Owner: gonejack
- License: mit
- Created: 2021-04-30T08:49:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T06:56:07.000Z (over 3 years ago)
- Last Synced: 2024-06-21T03:18:46.652Z (over 1 year ago)
- Language: Go
- Size: 30.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# textbundle-to-html
Command line tool for converting textbundle to html.


[](LICENSE)
### Install
```shell
> go get github.com/gonejack/textbundle-to-html
```
### Usage
```shell
> textbundle-to-html *.textbundle
```
```
Usage:
textbundle-to-html *.textbundle
Flags:
-v, --verbose verbose
-h, --help help for textbundle-to-html
```