UNPKG

github-action-readme-generator

Version:

The docs generator for GitHub Actions. Auto-syncs action.yml to README.md with 8 sections: inputs, outputs, usage, badges, branding & more. Works as CLI or GitHub Action.

5 lines (4 loc) 123 B
/** * Creates a ReadmeGenerator instance and generates docs. */ export declare function generateReadme(): Promise<void>;