Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-15T09:52:09.000Z (about 2 years ago)
- Last Synced: 2024-10-12T02:14:47.062Z (about 1 month 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
```
![Working](https://i.imgur.com/hxBLQMt.png)## 👨🏻💻 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