Various sample code and projects for the Google Apps Script platform, a JavaScript platform in the cloud.
Learn more: https://developers.google.com/apps-script
- Build off a working framework for new Apps Script projects.
- Call an Apps Script function such as
onOpen
,onEdit
, oronInstall
in an add-on - Create a time-driven trigger
Learn how to clone, pull, and push Apps Script projects on the command line using clasp.
Run ESLint over this whole repo with:
npm run lint
This command will fix simple errors.