https://github.com/leegeunhyeok/m2d
:recycle: Convert Markdown to Docs (MS Word)
https://github.com/leegeunhyeok/m2d
Last synced: 24 days ago
JSON representation
:recycle: Convert Markdown to Docs (MS Word)
- Host: GitHub
- URL: https://github.com/leegeunhyeok/m2d
- Owner: leegeunhyeok
- License: mit
- Created: 2020-04-22T10:41:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T17:48:46.000Z (over 2 years ago)
- Last Synced: 2025-02-14T12:15:59.931Z (3 months ago)
- Language: JavaScript
- Size: 83 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# m2d
Convert Markdown to Docs (MS Word)
## Development
```bash
# Install dependencies
npm install# Run the app
npm start
```Note: If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.
## License
[MIT](LICENSE)