Menu

New Dev.to Publish Plugin for SuperCLI: Publish Articles from the Command Line
📰
0

New Dev.to Publish Plugin for SuperCLI: Publish Articles from the Command Line

DEV Community·Javier Leandro Arancibia·about 1 month ago
#gfmytkFa
#javascript#node#cli#devto#publish#supercli
Reading 0:00
15s threshold

I just released a new plugin for supercli that lets you publish articles to Dev.to directly from the command line. What is devto-publish? devto-publish is a supercli plugin that wraps the Dev.to REST API, allowing you to publish articles without leaving your terminal. Usage sc devto article publish --api-key "your-api-key" --title "My Article Title" --body-markdown "# Content here" --tags "javascript,nodejs" Enter fullscreen mode Exit fullscreen mode Features Draft mode : Save as drafts before publishing Tag management : Up to 4 tags with comma-separated format Agent-friendly : Comprehensive skill guide with 10 common pitfalls API key authentication : Secure flag-based auth Setup Get API key from https://dev.to/settings/account Install plugin: sc plugins install ./plugins/devto-publish Publish away!…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More