ez-devto
Installation
SKILL.md
ez-devto - DEV.to CLI
Simple typer CLI for browsing DEV.to. No authentication required.
Usage
Run uv run skills/ez-devto/scripts/devto.py <command>. All commands support --json for raw JSON output.
Browse Articles
uv run skills/ez-devto/scripts/devto.py top # top articles this week
uv run skills/ez-devto/scripts/devto.py top --limit 20 # more results
uv run skills/ez-devto/scripts/devto.py latest # newest articles
uv run skills/ez-devto/scripts/devto.py rising # rising today
uv run skills/ez-devto/scripts/devto.py tag python # by tag
uv run skills/ez-devto/scripts/devto.py tag webdev # webdev articles