wyattowalsh docs
CLI ReferenceCLI Overview

CLI Overview

The readme CLI is the single entry point for every generation command.

Invocation

Via uv (recommended)
uv run readme [COMMAND] [OPTIONS]
Via python -m
uv run python -m scripts.cli [COMMAND] [OPTIONS]

Command groups

Global flags

FlagEffect
--helpShow help message and exit
--versionShow the version

Generate subcommands

SubcommandDescription
bannerSVG banner (light + dark variants)
qrQR code PNG with embedded background
word-cloudOKLCH word cloud SVG
generativeLorenz / neural / flow-field generative art SVGs
animatedCSS-animated SVGs seeded from commit history
skillsshields.io skills badges section
readme-sectionsAssemble and update README dynamic sections
allRun all generators in sequence

Dev subcommands

SubcommandDescription
installSync all dependencies
formatAuto-format with ruff check --fix and ruff format
lintLint with ruff, pylint, mypy
testRun pytest suite
cleanRemove caches and artifacts
docsServe Fumadocs dev site locally
update-depsUpdate lockfile to latest versions