mstoerzel / SourceMetrix

create a nicer looking frontend for the output of the tool Metrix++
MIT License
0 stars 3 forks source link

Generate datafiles from csv-file #7

Closed mstoerzel closed 4 years ago

mstoerzel commented 4 years ago

Current situation

As of now the data-files (e.g. $(MODULE_BASE).std.code.lines.code.js) is generated from the makefile.

Downside

Datafiles are created using some weird head, grep etc. magic. Hard to maintain.

Suggested improvement

Generate datafiles in a python script, by reading and parsing the csv-file.

mstoerzel commented 4 years ago

can be closed with second commit on criteria.html/create-by-python branch