Skip to content

Releases: tamnd/devto-cli

v0.1.0

13 Jun 18:36
v0.1.0
002693d

Choose a tag to compare

First release of devto-cli.

Reads public DEV Community (dev.to) data with no API key.

Commands

  • devto top [--period week|month|year|all] — top articles over a time window
  • devto tag <tag> — articles by tag slug (go, python, webdev, etc.)
  • devto user <username> — user profile + their articles
  • devto article <id> — single article by integer id

All commands accept: -o table|json|jsonl|csv|tsv|url|raw, --fields, -n, --no-header, --template, -q.

Install

Homebrew:

brew install tamnd/tap/devto

Go:

go install github.com/tamnd/devto-cli/cmd/devto@latest