Google Apps Script Samples
Apps Script samples for Google Workspace products.
Under Apache License 2.0
By googleworkspace
Apps Script samples for Google Workspace products.
Under Apache License 2.0
By googleworkspace
Google Apps Script Samples
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
onOpen
, onEdit
, or onInstall
in an add-onCodelab tutorials combine detailed explanation, coding exercises, and documented best practices to help engineers get up to speed with key Google technologies. Here's a list of Apps Script codelabs:
clasp
command line toolLearn 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.