New in v2.0, the tool now generates SVG files.
This is a tool to generate simple Gantt charts. Here's some sample output:
The focus of the tool is the generation of the chart from existing data and not the calculation of project dependencies.
Install with cargo install gantt_chart
. Run with gantt-chart
. If you have resvg installed, you can generate a PNG bitmap with:
sh
resvg example/project.svg example/project.png --background '#ffffff'`
It has the following features:
You can use the tool to quickly generate high level project timelines. For full blown Gantt functionality, I recommend a tool like OmniPlan.