| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Various sample code and projects for the Google Apps Script platform, a JavaScript platform in the cloud.
Learn more at developers.google.com.
Codelab 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:
Learn how to clone, pull, and push Apps Script projects on the command-line using clasp.
Run ESLint over this whole repository with:
pnpm lintThis command will fix simple errors.
Run the TypeScript-based check over the repository with:
pnpm checkThis command validates .gs files by temporarily converting them to .js and running tsc. It checks for syntax errors and type issues using JSDoc annotations.
| Back | FazBrowse Home | New Git URL |