PickSkill
← Back

README Gen

Generate beautiful README.md files with badges, install instructions, and API docs. Use when starting new projects.

README.md
Rendered from GitHub raw
View raw ↗

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-...