An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# md-txt

[![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=Shereef_md-txt)](https://sonarcloud.io/summary/new_code?id=Shereef_md-txt)

[![main](https://github.com/Shereef/md-txt/actions/workflows/on-main-updated.yml/badge.svg)](https://github.com/Shereef/md-txt/actions/workflows/on-main-updated.yml)
[![npm bundle size](https://img.shields.io/bundlephobia/min/md-txt)](https://www.npmjs.com/package/md-txt)
[![npm](https://img.shields.io/npm/dt/md-txt)](https://www.npmjs.com/package/md-txt)
[![npm](https://img.shields.io/npm/dw/md-txt)](https://www.npmjs.com/package/md-txt)
[![npm](https://img.shields.io/npm/v/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)