Files
docx-js/docs
2018-08-04 03:40:41 +01:00
..
2018-08-04 03:40:41 +01:00
2018-08-04 03:40:41 +01:00
2018-08-04 03:40:41 +01:00
2018-08-03 23:26:14 +01:00
2018-08-04 03:28:27 +01:00

clippy the assistant

Easily generate .docx files with JS/TS.


Welcome

Getting Started

Installation

$ npm install --save docx

Then you can require or import as usual:

let docx = require('docx');
import * as docx from 'docx'

Made with 💖