๐ฆ ClawHub
GitHub README Generator
by @sunshine-del-ux
Generate beautiful, professional GitHub README files for your projects. Supports multiple templates, languages, and customization options.
TERMINAL
clawhub install github-readme-generator๐ About This Skill
name: github-readme-generator description: Generate beautiful, professional GitHub README files for your projects. Supports multiple templates, languages, and customization options. metadata: {"clawdbot":{"emoji":"๐","requires":{},"primaryEnv":""}}
GitHub README Generator
Generate professional GitHub README files for your projects with multiple templates and customization options.
Features
Usage
Basic Generation
# Generate with default template
github-readme-generator "Project Name" "Description"Specify template
github-readme-generator "Project Name" "Description" --template modernSpecify language
github-readme-generator "้กน็ฎๅ็งฐ" "ๆ่ฟฐ" --lang zh
Available Templates
| Template | Use Case |
|----------|----------|
| modern | Most projects (default) |
| minimal | Simple libraries |
| detailed | Complex projects with full documentation |
| api | API/REST services |
| cli | Command-line tools |
Options
--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 pathExamples
Python Library
github-readme-generator "my-lib" "A powerful Python library" --template modern
CLI Tool
github-readme-generator "super-cli" "Amazing CLI tool" --template cli
Node.js Package
github-readme-generator "my-package" "NPM package description" --template modern
Installation
# No dependencies required
Uses built-in templates
How It Works
1. Detects project type from name/description 2. Selects appropriate template 3. Generates sections based on project type 4. Adds relevant badges 5. Outputs ready-to-use README.md
Output Example
The generated README includes:
๐ก Examples
Python Library
github-readme-generator "my-lib" "A powerful Python library" --template modern
CLI Tool
github-readme-generator "super-cli" "Amazing CLI tool" --template cli
Node.js Package
github-readme-generator "my-package" "NPM package description" --template modern
โ๏ธ Configuration
--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 path