Deploy dolanmiu/docx to github.com/dolanmiu/docx.git:gh-pages
This commit is contained in:
33
README.md
Normal file
33
README.md
Normal 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 💖
|
Reference in New Issue
Block a user