https://github.com/fullstack-lang/gongdocx
https://github.com/fullstack-lang/gongdocx
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fullstack-lang/gongdocx
- Owner: fullstack-lang
- License: mit
- Created: 2023-05-27T16:46:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T02:04:58.000Z (about 1 year ago)
- Last Synced: 2025-01-22T03:18:35.731Z (about 1 year ago)
- Language: Go
- Size: 43.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```