pla

Create Gantt charts and export to PNG, PDF, SVG or EPS format

brewmacoslinux
Try with needOr install directly
Source

About

Tool for building Gantt charts in PNG, EPS, PDF or SVG format

Commands

pla

Examples

create a gantt chart from a text file$ pla -i project.txt -o gantt.png
export gantt chart as PDF instead of PNG$ pla -i timeline.txt -o schedule.pdf
generate gantt chart in SVG format for web$ pla -i tasks.txt -o chart.svg
create gantt chart with custom title and size$ pla -i project.txt -o gantt.png -title 'Q4 Roadmap' -width 1200
export gantt chart as EPS for print publishing$ pla -i schedule.txt -o gantt.eps