{"id":19320256,"url":"https://github.com/jlyonsmith/gantt_chart","last_synced_at":"2025-04-22T18:30:32.317Z","repository":{"id":65801210,"uuid":"476422661","full_name":"jlyonsmith/gantt_chart","owner":"jlyonsmith","description":"A Gantt chart generator written in Rust","archived":false,"fork":false,"pushed_at":"2024-05-18T03:00:19.000Z","size":157,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-18T19:51:00.484Z","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":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jlyonsmith.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":"2022-03-31T18:03:45.000Z","updated_at":"2024-05-18T03:00:22.000Z","dependencies_parsed_at":"2023-03-05T09:45:23.567Z","dependency_job_id":null,"html_url":"https://github.com/jlyonsmith/gantt_chart","commit_stats":{"total_commits":25,"total_committers":2,"mean_commits":12.5,"dds":"0.19999999999999996","last_synced_commit":"0e1d372459e45f07e768ec67978372f38dee81c1"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlyonsmith%2Fgantt_chart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlyonsmith%2Fgantt_chart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlyonsmith%2Fgantt_chart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlyonsmith%2Fgantt_chart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jlyonsmith","download_url":"https://codeload.github.com/jlyonsmith/gantt_chart/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223902666,"owners_count":17222408,"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-10T01:28:00.729Z","updated_at":"2024-11-10T01:28:02.035Z","avatar_url":"https://github.com/jlyonsmith.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gantt Chart Generator\n\n[![coverage](https://shields.io/endpoint?url=https://raw.githubusercontent.com/jlyonsmith/gantt_chart/main/coverage.json)](https://github.com/jlyonsmith/gantt_chart/blob/main/coverage.json)\n[![Crates.io](https://img.shields.io/crates/v/gantt_chart.svg)](https://crates.io/crates/gantt_chart)\n[![Docs.rs](https://docs.rs/gantt_chart/badge.svg)](https://docs.rs/gantt_chart)\n\n*New in v2.0, the tool now generates SVG files.*\n\nThis is a tool to generate simple Gantt charts. Here's some sample output:\n\n![Gantt Chart Output](example/project.svg)\n\nThe focus of the tool is the generation of the chart from existing data and not the calculation of project dependencies.\n\nInstall with `cargo install gantt_chart`.  Run with `gantt-chart`.  If you have [resvg](https://crates.io/crates/resvg) installed, you can generate a PNG bitmap with:\n\n```sh\nresvg example/project.svg example/project.png --background '#ffffff'`\n```\n\nIt has the following features:\n\n- Takes input date in a simple [JSON5](https://json5.org/) format\n- Groups tasks by resource\n- Schedules a tasks for each resource as soon as the previous one is complete\n- Allows the creation of zero length project milestones\n- Automatically generates resources colors using a [Golden Ratio](https://martin.ankerl.com/2009/12/09/how-to-create-random-colors-programmatically/) algorithm\n- Customizable column widths\n- SVG allows easy scaled conversion to other formats\n- Tasks can be shown as done or not-done\n- You can add a dotted line to mark the current or other date\n- Can generate a table of resources\n- Takes into account weekends and extends task durations as needed so the start \u0026 end to falls on a weekday\n\nYou can use the tool to quickly generate high level project timelines.  For full blown Gantt functionality, I recommend a tool like [OmniPlan](https://www.omnigroup.com/omniplan).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlyonsmith%2Fgantt_chart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjlyonsmith%2Fgantt_chart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlyonsmith%2Fgantt_chart/lists"}