Generate professional GitHub README files for your projects with multiple templates and customization options.
# Generate with default template
github-readme-generator "Project Name" "Description"
# Specify template
github-readme-generator "Project Name" "Description" --template modern
# Specify language
github-readme-generator "项目名称" "描述" --lang zh
| Template | Use Case |
|---|---|
| ---------- | ---------- |
modern | Most projects (default) |
minimal | Simple libraries |
detailed | Complex projects with full documentation |
api | API/REST services |
cli | Command-line tools |
--template, -t : Template name--lang, -l : Language (en, zh, ja, es, ko)--badges, -b : Include badge section (default: true)--toc, -c : Include table of contents (default: false)--output, -o : Output file pathgithub-readme-generator "my-lib" "A powerful Python library" --template modern
github-readme-generator "super-cli" "Amazing CLI tool" --template cli
github-readme-generator "my-package" "NPM package description" --template modern
# No dependencies required
# Uses built-in templates
The generated README includes:
共 1 个版本