Socket
Book a DemoInstallSign in
Socket

medium-export

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

medium-export

a cli to convert medium stories to markdown

latest
Source
npmnpm
Version
1.1.2
Version published
Weekly downloads
2
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

cli

FAQs

Package last updated on 20 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts