mirror of
https://github.com/oshliaer/google-apps-script-awesome-list.git
synced 2026-03-11 17:48:12 -05:00
12 KiB
12 KiB
Google Apps Script List
Resources
- Google Apps Script G+ Community
- Developing add-ons for Google Docs/Sheets/Forms G+ Community
- Search by label [google-apps-script] on GitHub
- SO [google-apps-script] tag
- Medium Google Apps Script tag
Useful sites & blogs
- ctrlq.org Amit Agarwal's site
- mashe.hawksey.info Martin Hawksey's site
- ramblings.mcpher.com Desktop Liberation - the definitive resource for Google Apps Script and Microsoft Office automation
- googleappscripting.com Google Apps Script Tutorials and Examples • Making Google Apps Script Accessible to Eveybody
- scriptsexamples A set of code samples and libraries to foster programming in Google AppsScript to be easy.
- tanaikech.github.io The
Google Apps Scripttag of the Kanshi's blog - andrewroberts.net The Andrew Roberts's site
- kutil.org The
google apps scripttag of Ivan Kutil's blog
Awesome code & things
Development
- node-google-apps-script
The easiest way to develop Google Apps Script projects
- gas-local
Execute and test your google app scripts locally in node.js
- gamified_journal
Proof of concept of a local development / push toolchain for Google Apps Scripting
- gamified_journal
- gas-github
Chrome-extension to manage Google Apps Script(GAS) code with github/github enterprise
- ggsrun
This is a CLI tool to execute Google Apps Script (GAS) on a terminal
- gdrive
Google Drive CLI Client
- MaartenDesnouck/google-apps-script
gas, for locally developing Google Apps Script projects
- gas-shell
Starter template to develop locally Google AppsScript project with your prefered code editor (include build and publish as Add-on commands)
- gas-lib
NPM package to add code auto-completion for Google AppsScript in your prefered code editor
- AppsScriptColor (3 700+ users) This Chrome extension provide 2 dark color themes for the google apps script editor. It also allows to use folders to sort your files more cleanly.
Libraries & Modules
Using databases
- FirebaseApp
The Google Apps Script binding for the Firebase Realtime Database
- oshliaer/alasqlgs
AlaSQLGS is a library that enables the use of the AlaSQL.js library in Google Apps Script
ORM (O/RM and O/R mapping tool)
- Goodel
An ORM for Google Apps scripts
- gs-spreadsheet-manager
A slightly more object-oriented, ORM-y, and altogether pleasant way of dealing with Google Spreadsheets when using Google Apps Script
- Sheetfu
An ORM to treat spreadsheet as database tables using Google Apps Scripts.
Utility
- gas-underscore
Underscore for Google Apps Script
- lodashgs
Lodash for Google Apps Script is a library that enables the use of the lodash.js library in Google Apps Script
- brucemcpherson/cUseful
Various dependency free useful functions
Parsing
- Apps-Script-htmlparser2-library
A browserified version of fb55/htmlparser2 modified to work in Google Apps Script
oAuth
- apps-script-oauth2
An OAuth2 library for Google Apps Script
- brucemcpherson/cGoa
OAuth2 for Apps Script in a few lines of code
Images & Pictures
- ImgApp
This is a library of image tools for Google Apps Script
Add-ons
- google-docs-add-on
Publish to WordPress from Google Docs
Testing
- gast
Google Apps Script TAP Testing-framework
Logging
- gasl
Google Apps Script Logging-framework
Snippets and assorted
- GoogleSheets
best code I've tested in Google Sheets
- google-apps-script-snippets
Google Apps Script Snippets
- google-docs
Libraries and functions used within Google Docs
- youtube/api-samples/apps-script The youtube-data-api.gs file in this directory contains code snippets that are generated by the Data API code snippet tool at: https://developers.google.com/youtube/v3/code_samples/code_snippets
- google/google-apps-script-samples
Various sample code and projects for the Google Apps Script platform
- googlesamples/apps-script-templates
This repository contains a number of code templates for Google Apps Script that provide example frameworks for Apps Script projects
- derekantrican/Google-Apps-Script-Library
A variety of functions/programs written for Google Apps Script and Google services
- stardotbmp/google-sheet-functions
A single repository for open sharing of custom functions I have found to be useful generally.