ai-readme
Generate beautiful README.md files with badges, install instructions, usage examples, and API docs.
Install
npm install -g ai-readme
Usage
npx ai-readme
# Reads package.json + source files, generates README.md
npx ai-readme ./my-project -o DOCS.md
# Custom directory and output file
Setup
export OPENAI_API_KEY=sk-...

