ttsukagoshi / csv2gsheets

CLI tool to convert local CSV files into Google Sheets files in a designated Google Drive folder. Users can choose whether to update an existing Sheets file, or create a new one.
https://www.npmjs.com/package/csv2gsheets
MIT License
5 stars 0 forks source link

Change the default value of `sourceDir` in config to the current working directory #100

Closed ttsukagoshi closed 1 year ago

ttsukagoshi commented 1 year ago

Change the default value of sourceDir in config from the user's home directory to the current working directory.