gantt-csv
v0.1.4
Published
Generate Gantt charts in SVG from simple CSV files instantly.
Readme
gantt-csv
Generate Gantt charts in SVG from simple CSV files instantly.
Installation
You can install the package globally via npm:
npm install -g gantt-csv
Or run it directly using npx without permanent installation:
npx gantt-csv <your-csv-file>Usage Example
1. Create a CSV file (my-project.csv)
title,start,end
Primitive,2026-05-01,2026-05-17
Data completion,2026-05-18,2026-05-312. Run the command
gantt-csv my-project.csvThis command processes your chronological timeline and outputs the generated my-project.svg in your current directory.
Preview
Here is an example of the generated Gantt chart:
Configuration & Customization
For advanced settings, customizing line heights, or embedding custom CSS classes, please refer to our documentation and examples.
Feedback & Bug Reports
This is a primitive, experimental release (v0.1.0) developed as a personal project with limited maintenance time.
If you encounter any bugs, please report them to our official GitHub Issue tracker: 👉 https://github.com/Rj40x40/gantt-csv/issues
