{"id":16395868,"url":"https://github.com/relliv/gitlogs-to-task-list","last_synced_at":"2026-05-17T03:14:26.848Z","repository":{"id":105918163,"uuid":"569433898","full_name":"relliv/gitlogs-to-task-list","owner":"relliv","description":"Git log to task list generator","archived":false,"fork":false,"pushed_at":"2022-11-22T21:19:16.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-04T07:58:04.086Z","etag":null,"topics":["git","gitlog","gitlog-to-task-list"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/relliv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-11-22T20:22:24.000Z","updated_at":"2022-11-22T21:20:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"f0610775-36d4-4c9d-9a79-4bb49d0c3980","html_url":"https://github.com/relliv/gitlogs-to-task-list","commit_stats":null,"previous_names":["relliv/gitlogs-to-task-list"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relliv%2Fgitlogs-to-task-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relliv%2Fgitlogs-to-task-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relliv%2Fgitlogs-to-task-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relliv%2Fgitlogs-to-task-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/relliv","download_url":"https://codeload.github.com/relliv/gitlogs-to-task-list/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240271523,"owners_count":19774859,"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":["git","gitlog","gitlog-to-task-list"],"created_at":"2024-10-11T05:05:50.158Z","updated_at":"2026-05-17T03:14:21.815Z","avatar_url":"https://github.com/relliv.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gitlogs-to-task-list\n\nThis is a simple script to convert git logs to a task list. Then you can use the task list to generate a changelog or you can import it to a task management tool.\n\n## Usage\n\n```bash\nts-node index.ts\n```\n\nIf you don't have `ts-node` installed, you can install it with `npm install -g ts-node typescript '@types/node`.\n\n## Configuration\n\nYou can configure the script by editing the `index.ts` file with `configs` object.\n\n```typescript\nconst configs: any = {\n  elapsedTimeMinimum: 5, // in minutes\n  elapsedTimeMaximum: 300, // in minutes\n  elapsedTimeNextDayDelay: 600, // in minutes\n  excludes: [\n    \"Merge branch\",\n    \"Merge remote-tracking branch\",\n    \"Merge pull request\",\n    \"Wip\",\n  ],\n};\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frelliv%2Fgitlogs-to-task-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frelliv%2Fgitlogs-to-task-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frelliv%2Fgitlogs-to-task-list/lists"}