gsheetcli
is a simple command line tool that manages Google Sheets.
npm install -g gsheetcli
usage: gsheetcli get | update | help
commands:
get SHEET_URL fetch a sheet by SHEET_URL and print it as CSV
update SHEET_URL update SHEET_URL with the CSV read from stdin
help show this message
Compile and watch:
npx tsc -w
MIT. See LICENSE.