mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-02-07 23:46:59 +00:00
chore(docs): tweaks to README.md
This commit is contained in:
21
README.md
21
README.md
@@ -1,5 +1,6 @@
|
||||
# gh-action-readme
|
||||
|
||||
<div align="center">
|
||||

|
||||

|
||||

|
||||
@@ -8,6 +9,7 @@
|
||||
[](docs/security.md)
|
||||
[](https://github.com/ivuorinen/gh-action-readme/actions/workflows/security.yml)
|
||||
[](https://github.com/ivuorinen/gh-action-readme/actions/workflows/codeql.yml)
|
||||
</div>
|
||||
|
||||
> **The definitive CLI tool for generating beautiful documentation from GitHub Actions `action.yml` files**
|
||||
|
||||
@@ -15,23 +17,20 @@ Transform your GitHub Actions into professional documentation with multiple them
|
||||
|
||||
## ✨ Features
|
||||
|
||||
🎨 **5 Beautiful Themes** - GitHub, GitLab, Minimal, Professional, Default
|
||||
📄 **4 Output Formats** - Markdown, HTML, JSON, AsciiDoc
|
||||
🎯 **Smart Validation** - Context-aware suggestions for fixing action.yml files
|
||||
🚀 **Modern CLI** - Colored output, progress bars, comprehensive help
|
||||
⚙️ **Enterprise Ready** - XDG-compliant configuration, recursive processing
|
||||
🔧 **Developer Friendly** - Template customization, batch operations
|
||||
📁 **Flexible Targeting** - Directory/file arguments, custom output filenames
|
||||
🛡️ **Thread Safe** - Race condition protection, concurrent processing ready
|
||||
- 🎨 **5 Beautiful Themes** - GitHub, GitLab, Minimal, Professional, Default
|
||||
- 📄 **4 Output Formats** - Markdown, HTML, JSON, AsciiDoc
|
||||
- 🎯 **Smart Validation** - Context-aware suggestions for fixing action.yml files
|
||||
- 🚀 **Modern CLI** - Colored output, progress bars, comprehensive help
|
||||
- ⚙️ **Enterprise Ready** - XDG-compliant configuration, recursive processing
|
||||
- 🔧 **Developer Friendly** - Template customization, batch operations
|
||||
- 📁 **Flexible Targeting** - Directory/file arguments, custom output filenames
|
||||
- 🛡️ **Thread Safe** - Race condition protection, concurrent processing ready
|
||||
|
||||
## 🚀 Quick Start
|
||||
|
||||
### Installation
|
||||
|
||||
```bash
|
||||
# macOS with Homebrew
|
||||
brew install ivuorinen/tap/gh-action-readme
|
||||
|
||||
# Using Go
|
||||
go install github.com/ivuorinen/gh-action-readme@latest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user