1.1.2 • Published 5 months ago

medium-export v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

medium-export NPM version NPM monthly downloads NPM total downloads

Effortlessly convert your Medium stories to Markdown.

medium-export is a lightweight yet powerful tool that allows you to convert your Medium stories into Markdown format with ease. Whether you're backing up your content, migrating to another platform, or simply prefer Markdown, medium-export streamlines the process.

Please consider following this project's author, Sina Bayandorian, and consider starring the project to show your :heart: and support.

Install

Install with npm:

$ npm install -g medium-export

Usage

To see available options, run:

medium-export --help

or using npx:

npx medium-export --help
OptionDefaultDescription
-s, --story---Medium story URL
-o, --output---Output directory
--no-authorfalseRemove author info
--no-imagefalseRemove images

If you don't provide --story or --output, you'll be prompted to enter them.

Append to an Existing Markdown File

If you'd like to append a Medium story’s content to an existing Markdown file, use:

medium-export append
OptionDefaultDescription
-s, --story---Medium story URL
-o, --output---Output file
--no-authorfalseRemove author info
--no-imagefalseRemove images

If you don't provide --story or --output, you'll be prompted to enter them.

Get Started

Now that you know the basics, try it out! Convert your Medium stories to Markdown effortlessly and keep your content in a portable format.