cdf3a6fb4059d818d4041720460cb024f4171d6b
Generate .docx files with JS/TS very easily, written in TS.
docx
Install
$ npm install --save docx
Demo
Press endpoint
on the RunKit
website:
- https://runkit.com/dolanmiu/docx-demo1 - Simple paragraph and text
- https://runkit.com/dolanmiu/docx-demo2 - Advanced Paragraphs and text
- https://runkit.com/dolanmiu/docx-demo3 - Bullet points
- https://runkit.com/dolanmiu/docx-demo4 - Simple table
- https://runkit.com/dolanmiu/docx-demo5 - Images
- https://runkit.com/dolanmiu/docx-demo6 - Margins
- https://runkit.com/dolanmiu/docx-demo7 - Landscape
- https://runkit.com/dolanmiu/docx-demo8/1.0.1 - Header and Footer
- https://runkit.com/dolanmiu/docx-demo10 - My CV generated with docx
Run demos locally:
$ npm run demo
This command will run the demo selector app in the demo
folder. It will prompt you to select a demo number, which will run a demo from that folder.
How to
Please refer to https://docx.js.org/ for details on how to use this library, examples and much more!
Examples
Check the examples section in the documentation and the demo folder for examples.
Contributing
Read the contribution guidelines here.
Honoured Mentions
Made with 💖
Description
Languages
TypeScript
100%