https://github.com/shereef/md-txt
Uses `markdown-to-txt` by @ejrbuss to create a cli that converts markdown to text
https://github.com/shereef/md-txt
Last synced: 3 months ago
JSON representation
Uses `markdown-to-txt` by @ejrbuss to create a cli that converts markdown to text
- Host: GitHub
- URL: https://github.com/shereef/md-txt
- Owner: Shereef
- License: mit
- Created: 2023-02-10T04:48:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T15:02:58.000Z (about 1 year ago)
- Last Synced: 2025-04-12T09:52:55.507Z (about 1 year ago)
- Language: JavaScript
- Size: 2.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# md-txt
[](https://sonarcloud.io/summary/new_code?id=Shereef_md-txt)
[](https://github.com/Shereef/md-txt/actions/workflows/on-main-updated.yml)
[](https://www.npmjs.com/package/md-txt)
[](https://www.npmjs.com/package/md-txt)
[](https://www.npmjs.com/package/md-txt)
[](https://www.npmjs.com/package/md-txt)
Uses [`markdown-to-txt`](https://github.com/ejrbuss/markdown-to-txt) by [@ejrbuss](https://github.com/ejrbuss) to create a cli that converts markdown to text
```
Usage
$ md-txt source.md destination.txt
Example
$ md-txt CHANGELOG.md CHANGELOG.txt
Options
-f, --force force overwrite of destination file
-v, --verbose verbose output
```
## Motivation
I wanted to use this to sanitize release notes going from github to stackholders on a platform that didn't support markdown
## Contributing
Please read our [contribution guide](./CONTRIBUTING.md)
## Release Notes
See [Releases](https://github.com/shereef/md-txt/releases) or [CHANGELOG.md](CHANGELOG.md)