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

Latest commit

 

History

History
32 lines (18 loc) · 816 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 816 Bytes

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.