{"id":22521132,"url":"https://github.com/ifuture-pro/listify-actions","last_synced_at":"2025-08-03T20:31:05.468Z","repository":{"id":65160144,"uuid":"225621975","full_name":"ifuture-pro/listify-actions","owner":"ifuture-pro","description":"When you push document . It can generated list of contents to specified file.","archived":false,"fork":false,"pushed_at":"2024-04-07T04:45:24.000Z","size":31,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-09-11T19:36:41.530Z","etag":null,"topics":["actions","blog","directory","docs","document","list-of-contents","listify","markdown","push","table-of-contents"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/ifuture-pro.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}},"created_at":"2019-12-03T13:05:06.000Z","updated_at":"2022-05-14T02:29:52.000Z","dependencies_parsed_at":"2023-01-05T05:02:21.658Z","dependency_job_id":null,"html_url":"https://github.com/ifuture-pro/listify-actions","commit_stats":{"total_commits":28,"total_committers":2,"mean_commits":14.0,"dds":0.2142857142857143,"last_synced_commit":"0c2b9b45a95980fa51e6b6df6cf1916a144ee3eb"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifuture-pro%2Flistify-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifuture-pro%2Flistify-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifuture-pro%2Flistify-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifuture-pro%2Flistify-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ifuture-pro","download_url":"https://codeload.github.com/ifuture-pro/listify-actions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228562280,"owners_count":17937234,"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":["actions","blog","directory","docs","document","list-of-contents","listify","markdown","push","table-of-contents"],"created_at":"2024-12-07T05:09:50.725Z","updated_at":"2024-12-07T05:09:51.548Z","avatar_url":"https://github.com/ifuture-pro.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWelcome to listify-actions 👋\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/ifuture-pro/listify-actions/actions\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Version\" src=\"https://github.com/ifuture-pro/listify-actions/workflows/Build%20Test/badge.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@ifuture/listify\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Version\" src=\"https://img.shields.io/npm/v/@ifuture/listify.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/ifuture-pro/listify#readme\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Documentation\" src=\"https://img.shields.io/badge/documentation-yes-brightgreen.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/ifuture-pro/listify/blob/master/LICENSE\" target=\"_blank\"\u003e\n    \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/github/license/ifuture-pro/listify\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e When you push document . It will generate list of contents to specified file.  \n\u003e Auto generate table of contents  \n\u003e Generate and merge all directories to the specified file.\n\n## Usage\n\n### `workflow.yml` Example\nPlace in a `.yml` file such as this one in your `.github/workflows` folder.   \nRefer to the [documentation](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions) on workflow YAML syntax here.\n\n```yaml\nname: Auto directories\n\non: [push]\n\njobs:\n  listify-auto:\n    runs-on: ubuntu-latest\n    name: listify auto\n    steps:\n    - name: listify-actions\n      uses: ifuture-pro/listify-actions@master\n      with:\n        listify: ./ --blog\n        github_token: ${{ secrets.GH_TOKEN }}\n\n```\n\n### Variables\n* `listify`: [Listify options](https://github.com/ifuture-pro/listify#usage) line\n* `github_token`: When directory generate completed. Push it to you repository.\n\n\n\n\n## Author\n\n👤 **ifuture**\n\n* Website: https://ifuture.pro\n* Github: [@ifuture-pro](https://github.com/ifuture-pro)\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n## 📝 License\n\nCopyright © 2019 [ifuture](https://github.com/ifuture-pro).\u003cbr /\u003e\nThis project is [MIT](https://github.com/ifuture-pro/listify/blob/master/LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fifuture-pro%2Flistify-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fifuture-pro%2Flistify-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fifuture-pro%2Flistify-actions/lists"}