Princeton-CDH / pemm-scripts

scripts & tools for the Princeton Ethiopian Miracles of Mary project
Apache License 2.0
1 stars 0 forks source link

implement clasp commands as yarn/npm scripts #6

Closed thatbudakguy closed 4 years ago

thatbudakguy commented 5 years ago

this would allow a developer to do things like create a new master data spreadsheet by running a single command, e.g.

$ yarn create-sheet

which would then use clasp to call the top-level function that creates a new google sheet.

thatbudakguy commented 4 years ago

some of the relevant commands have already been moved to npm scripts, but since we're moving to a container-bound script implementation (see #13) we can instead implement these commands as actual UI options (e.g. from a custom menu) in the sheet itself.