PulseAugur
EN
LIVE 18:04:36

Tool automates DEV.to to Medium tutorial cross-posting with formatting checks

Fernando Paladini has developed an open-source tool called publish-agents, written in TypeScript, to help developers cross-post tutorials from DEV.to to Medium. The tool, specifically the `@paladini/medium-publisher-mcp` package, automates the import process and includes checks to ensure formatting consistency, such as code blocks, headings, and metadata. Users can install the tool via npm, log in to their Medium account once to create a saved session, and then use a command-line interface to import their DEV.to articles as drafts on Medium, allowing for manual review before final publication. AI

IMPACT Streamlines content migration for developers and technical writers, ensuring fidelity across platforms.

RANK_REASON The item describes a specific software tool for content migration, not a core AI release, significant industry event, or academic research.

Read on dev.to — MCP tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Tool automates DEV.to to Medium tutorial cross-posting with formatting checks

COVERAGE [1]

  1. dev.to — MCP tag TIER_1 English(EN) · Fernando Paladini ·

    Cross-Post a DEV.to Tutorial to Medium with a Formatting Check

    <p>Cross-posting a technical tutorial is easy to start and surprisingly easy to get wrong. A URL import can leave code blocks split, headings as plain text, or metadata incomplete. The result may look acceptable at a glance while damaging the parts readers need most.</p> <p>This …