modulepackage
0.0.0-20241031184521-06e12d0d72aa
Repository: https://github.com/fullstack-lang/gongdocx.git
Documentation: pkg.go.dev
# 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 <file>
# Packages
Package gongdocx gongdocx backend API
gongdocx exposes types of a package.
No description provided by the author
# Variables
NgDistNg is the export of angular distribution.