filmaj / oss-contributors

How do tech companies rank amongst themselves when it comes to github.com activity?
Apache License 2.0
16 stars 1 forks source link

Factor out BigQuery credentials into a command line argument #2

Open filmaj opened 4 years ago

filmaj commented 4 years ago

Instead of hard-coding the location of a google cloud / bigquery auth.json file, make it providable from the command line, or evn vars, using yargs.

filmaj commented 4 years ago

Have this working in the contributors-csv command, should factor that out for the other commands too.