An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# textbundle-to-html

Command line tool for converting textbundle to html.

![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/gonejack/textbundle-to-html)
![Build](https://github.com/gonejack/textbundle-to-html/actions/workflows/go.yml/badge.svg)
[![GitHub license](https://img.shields.io/github/license/gonejack/textbundle-to-html.svg?color=blue)](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
```