github-action-readme

0.0.1 • Public • Published

github-action-readme

Bootstrap a README for your GitHub Actions by reading action.yml and providing events that the action responds to.

Usage

npx github-action-readme ./action.yml --event pull_request --actions opened,reopened,synchronize,labeled,closed --token=github > README.md

You can pass --token=github to use secrets.GITHUB_TOKEN or --token=pat to add information on how to generate a Personal Access token.

Examples

See the examples folder for a set of READMEs generated with this tool

Readme

Keywords

Package Sidebar

Install

npm i github-action-readme

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

8.35 kB

Total Files

6

Last publish

Collaborators

  • mheap