{"id":18715422,"url":"https://github.com/rawnly/github-actions-autodocs","last_synced_at":"2025-11-10T05:30:21.229Z","repository":{"id":151291096,"uuid":"624053794","full_name":"rawnly/github-actions-autodocs","owner":"rawnly","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-07T00:23:40.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-28T09:43:23.224Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rawnly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-05T16:39:52.000Z","updated_at":"2023-04-07T11:34:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"8bf7bb04-cf70-40f3-a2c1-b54b3a0de9ec","html_url":"https://github.com/rawnly/github-actions-autodocs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawnly%2Fgithub-actions-autodocs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawnly%2Fgithub-actions-autodocs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawnly%2Fgithub-actions-autodocs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawnly%2Fgithub-actions-autodocs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rawnly","download_url":"https://codeload.github.com/rawnly/github-actions-autodocs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239577543,"owners_count":19662247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T13:08:41.388Z","updated_at":"2025-11-10T05:30:21.200Z","avatar_url":"https://github.com/rawnly.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github Actions Autodocs (GCA)\n\nGenerate a basic readme for the given github action\n\n## Installation\n\nInstall via cargo\n\n```sh\n  cargo install github-actions-autodocs\n```\n\n## Usage\n\n```sh\nUsage: github-actions-autodocs [OPTIONS]\n\nOptions:\n  -f, --file \u003cFILE\u003e      Source path [default: action.yml]\n      --dry              Dry run\n  -o, --output \u003cOUTPUT\u003e  Output filepath\n  -h, --help             Print help\n  -V, --version          Print version\n```\n\n## Github Action\n\n```yaml\nname: Generate Readme\n\non:\n  push:\n\njobs:\n  generate:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n      - uses: rawnly/github-actions-autodocs@main\n        with:\n          action-file: action.yml\n      - shell: bash\n        run: |\n          git add -A .\n          git commit -m 'docs: README'\n          git push -u origin ${{ github.ref }}\n```\n\n\u003e TIP: Alias `github-actions-autodocs` to `gca` 😉\n\n### LICENSE\n\nThe MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frawnly%2Fgithub-actions-autodocs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frawnly%2Fgithub-actions-autodocs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frawnly%2Fgithub-actions-autodocs/lists"}