1.0.2 • Published 6 years ago
gsheetcli v1.0.2
gsheetcli
gsheetcli is a simple command line tool that manages Google Sheets.
Installation
npm install -g gsheetcliUsage
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 messageDevelopment
Compile and watch:
npx tsc -wLicense
MIT. See LICENSE.