https://github.com/msaaddev/docx-to-markdown
🦉 Convert docx to markdown with `npx docx-to-markdown`
https://github.com/msaaddev/docx-to-markdown
docx docx-to-markdown docxtomarkdown markdown
Last synced: about 1 year ago
JSON representation
🦉 Convert docx to markdown with `npx docx-to-markdown`
- Host: GitHub
- URL: https://github.com/msaaddev/docx-to-markdown
- Owner: msaaddev
- License: mit
- Created: 2020-09-28T11:16:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-15T09:52:09.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T02:14:47.062Z (over 1 year ago)
- Topics: docx, docx-to-markdown, docxtomarkdown, markdown
- Language: JavaScript
- Homepage: https://twitter.com/msaaddev
- Size: 31.3 KB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
🦉 docx-to-markdown
> A CLI that converts your docx files to markdown
## 🏗 SETUP
Before running the CLI, first run the following command on the terminal to install [Pandoc](https://pandoc.org/index.html).
```sh
brew install pandoc
```
If you are Windows user, you can install Pandoc from [here](https://github.com/jgm/pandoc/releases/tag/2.10.1).
`NOTE` This is one time thingy.
## ⚙️ USAGE
Navigate to the directory via terminal where all the docx files are present. Then run the following there.
```sh
npx docx-to-markdown
```

## 👨🏻💻 AUTHOR
Howdy, you! This is [Saad Irfan](http://msaad.dev/), an aspiring JavaScript developer, former Google Developer Student Club's Lead, Microsoft Learn Student Ambassador, and an undergrad student. You can read more about me [here](https://github.com/msaaddev/msaaddev).
## ⚡️ Other Projects
I have curated a [detailed list](https://github.com/msaaddev/open-source) of all the open-source projects I have authored. Do take out a moment and take a look.
## 🔑 LICENSE
- MIT