GitHub README Generator

👤 sunshine-del-ux 📦 v1.0.0 ⭐ 3.9 ⬇️ 1.2K 下載
💻 開發程式設計 免費

📖 技能介紹


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":""}}

7w4.net小蔥技能站收錄全網優質技能,值得收藏。


GitHub README Generator

Generate professional GitHub README files for your projects with multiple templates and customization options.

Features

  • 🎨 Multiple templates (Modern, Minimal, Detailed, API-focused)
  • 🌐 Multi-language support
  • 📋 Auto-generated badges
  • 💼 Project type detection (Library, CLI, Web App, etc.)
  • 📊 Auto-generated stats sections

Usage

Basic Generation

# 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

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 path

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

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: - Project title and badges - Description - Features list - Installation instructions - Usage examples - API reference (if applicable) - Contributing guidelines - License - Contact information

🤖 AI 評測

這個工具能幫助快速生成 GitHub README 檔案,介面設計友好,操作簡便。但文件描述的部分功能(如多語言支援、自定義輸出路徑等)在實際使用時無法使用,存在明顯的資訊偏差。總體質量中等,基礎功能可用,但與宣傳的功能存在差距,建議在使用前仔細確認實際支援的功能範圍。

📊 多維度評分

適應性3.7
規範性4
有效性3.7
可靠性3.8
可信度4.5

📁 包含檔案 (3 個)

📄 SKILL.md 2.3 KB
📄 _meta.json 142 B
📄 github-readme-generator.sh 3.8 KB