readmeforge
v1.0.1
Published
Generate professional README files with AI
Maintainers
Readme
ReadmeForge CLI
Generate professional README files with AI from your terminal.
Installation
# Run directly with npx (no install required)
npx readmeforge -k YOUR_API_KEY
# Or install globally
npm install -g readmeforgeUsage
# Generate README for current repo
npx readmeforge -k rf_xxxxx
# Use environment variable for API key
export READMEFORGE_API_KEY=rf_xxxxx
npx readmeforge
# Generate minimal README in Russian
npx readmeforge -k rf_xxxxx -t minimal -l ru
# Force overwrite existing README
npx readmeforge -k rf_xxxxx -fOptions
| Option | Description | Default |
|--------|-------------|---------|
| -k, --key | API key (or use READMEFORGE_API_KEY env var) | - |
| -r, --repo | GitHub repo URL (auto-detected from git remote) | - |
| -t, --template | Template: standard, minimal, detailed | standard |
| -l, --language | Language: en, ru, es, de, fr, zh, ja | en |
| --tone | Tone: professional, friendly, casual, technical | professional |
| --no-emoji | Disable emojis in headings | - |
| -o, --output | Output file path | README.md |
| -f, --force | Overwrite existing file without prompting | - |
Get Your API Key
- Go to readmeforge.app
- Sign in with GitHub
- Navigate to Settings → API Keys
- Generate a new API key
CI/CD Integration
Use environment variables in your CI/CD pipeline:
# GitHub Actions
- name: Generate README
run: npx readmeforge -f
env:
READMEFORGE_API_KEY: ${{ secrets.READMEFORGE_API_KEY }}Or use the official ReadmeForge Action for more features.
License
MIT
