Trott / music-routes-data

Music Routes data: What musicians played on which tracks?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Input and output directories

Trott opened this issue · comments

Do not set outputDir property or sent dataDir as an option in the Constructor.

Instead, send outputDir as an option for write() and send dataDir as an option for load() (which should be extracted out of the constructor).

There should probably be no default dataDir/outputDir in the data module but possibly in the cli module.