Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 255 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 255 Bytes

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 <file>