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

https://github.com/fullstack-lang/gongdocx


https://github.com/fullstack-lang/gongdocx

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# gongdocx

A fullstack application (go and angular) for analysing docx file.

Based on mattn's docx2md (https://github.com/mattn/docx2md)

## Compilation

```
cd ng
npm i
ng build
cd ../go/cmd/gongdocx
go install
```

## Usage

```
goongdocx
```