Releases: tamnd/devto-cli
Releases · tamnd/devto-cli
v0.1.0
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 windowdevto tag <tag>— articles by tag slug (go, python, webdev, etc.)devto user <username>— user profile + their articlesdevto 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