Skip to content

shans/giantt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

giantt

Installation

  • clone source code locally
  • npm install
  • npm install -g typescript
  • tsc
  • webpack stuff:
    • npm install typescript ts-loader webpack webpack-cli
    • tsc && ./node_modules/webpack/bin/webpack.js

Usage

  • Download some giantt-format Gantt chart data from a spreadsheet somewhere as .csv data
  • copy .csv file to 'input.csv'
  • node ./src/main.js --inputFile=input.csv --output=<whatever-file-you-want.html> to build a global chart
  • node ./src/by-owner.js --inputFile=input.csv --owner=<resource-name> --dependencies --output=<filename.html> to build a chart for an individual resource

Disclaimer

Lots of stuff probably doesn't work.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors