# Docx Exporter

<p align="center">
  <a href="https://github.com/panoti/docx-exporter/actions/workflows/lint-and-test.yml">
    <img alt="Test CI" src="https://github.com/panoti/docx-exporter/actions/workflows/lint-and-test.yml/badge.svg?branch=main&event=push" />
  </a>
  <a href="https://www.npmjs.com/package/docx-exporter">
    <img alt="npm" src="https://img.shields.io/npm/v/docx-exporter.svg?style=flat-square" />
  </a>
  <a href="https://www.npmjs.com/package/docx-exporter">
    <img alt="monthly downloads" src="https://img.shields.io/npm/dm/docx-exporter.svg?style=flat-square" />
  </a>
</p>

## 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 <filename>
yarn esbuild-browser
...
```
