Skip to content
This repository has been archived by the owner on Aug 23, 2021. It is now read-only.
/ devto Public archive

Publish and edit articles in dev.to from your terminal!

Notifications You must be signed in to change notification settings

ayzu/devto

Repository files navigation

Update: the project is replaced by publisher: a CLI tool that supports several platforms including dev.to.

Devto Client

This application reads your article and publishes or edits it in dev.to portal.

File Format

The application expects an article in the following format.

    # Header
    
    ## Meta
    
    tags: go, programming

    ## Part 1, Intro

The level one header (#) will be used at a title for the article. Information in section ## Meta represents a meta information about your article and won't be included into its text. Tags represent a list of tags of the article.

Usage

Publish an article:

devto  --key=$KEY $FILEPATH

where

$KEY - is API Key for dev.to portal
$FILEPATH -is filepath to the article.

About

Publish and edit articles in dev.to from your terminal!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published