Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/higebu/doc2html


https://github.com/higebu/doc2html

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# doc2html

A tool to convert 3GPP docs to HTML.

```
doc2html -i a.doc -o a.html
```

## Build

```
./gradlew assemble
```

## Install

```
wget https://github.com/higebu/doc2html/releases/download/v0.0.3/doc2html.zip
unzip doc2html.zip
export PATH=$PATH:$(pwd)/doc2html/bin
```