https://github.com/panoti/docx-exporter
Export docx to html, pdf
https://github.com/panoti/docx-exporter
Last synced: 12 months ago
JSON representation
Export docx to html, pdf
- Host: GitHub
- URL: https://github.com/panoti/docx-exporter
- Owner: panoti
- License: mit
- Created: 2023-11-08T07:19:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T08:01:13.000Z (over 2 years ago)
- Last Synced: 2025-06-10T18:25:42.002Z (about 1 year ago)
- Language: TypeScript
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docx Exporter
## Getting Started
```bash
# Install dependencies
yarn install
# Now you can run various yarn commands:
yarn cli
yarn lint
yarn test
yarn build-all
yarn ts-node
yarn esbuild-browser
...
```