Deploy dolanmiu/docx to github.com/dolanmiu/docx.git:gh-pages

This commit is contained in:
Deployment Bot (from Travis CI)
2018-08-04 02:34:48 +00:00
parent cf8ac56b8b
commit 64acf0258c
684 changed files with 6890 additions and 5830 deletions

33
README.md Normal file
View File

@ -0,0 +1,33 @@
<p align="center">
<img alt="clippy the assistant" src="http://i60.tinypic.com/339pvtt.png">
</p>
<p align="center">
Easily generate .docx files with JS/TS.
</p>
---
# Welcome
## Getting Started
### Installation
```sh
$ npm install --save docx
```
Then you can `require` or `import` as usual:
```
let docx = require('docx');
```
```
import * as docx from 'docx'
```
---
Made with 💖