Merge pull request #41 from labnol/master

Modern Development Workflow
This commit is contained in:
Alexander Ivanov
2018-06-14 14:16:48 +03:00
committed by GitHub

View File

@@ -53,6 +53,7 @@
* [gas-lib](https://www.npmjs.com/package/gas-lib) [![npm](https://img.shields.io/npm/dt/gas-lib.svg)](https://www.npmjs.com/package/gas-lib) NPM package to add code auto-completion for Google AppsScript in your prefered code editor
* [AppsScriptColor](https://chrome.google.com/webstore/detail/appsscript-color/ciggahcpieccaejjdpkllokejakhkome) *(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
* [google/clasp](https://github.com/google/clasp) Develop Apps Script projects locally
* [apps-script-starter](https://github.com/labnol/apps-script-starter) A starter kit for building Google Apps Script projects with modern JavaScript ES6, Webpack, Babel and ESLint inside Visual Studio Code.
## Libraries & Modules
@@ -106,4 +107,4 @@ Assertion and unit testing of modular libraries
* [derekantrican/Google-Apps-Script-Library](https://github.com/derekantrican/Google-Apps-Script-Library) [![GitHub stars](https://img.shields.io/github/stars/derekantrican/Google-Apps-Script-Library.svg?style=social&label=Star)](https://github.com/derekantrican/Google-Apps-Script-Library) A variety of functions/programs written for Google Apps Script and Google services
* [stardotbmp/google-sheet-functions](https://github.com/stardotbmp/google-sheet-functions) [![GitHub stars](https://img.shields.io/github/stars/stardotbmp/google-sheet-functions.svg?style=social&label=Star)](https://github.com/stardotbmp/google-sheet-functions) A single repository for open sharing of custom functions I have found to be useful generally.
* [googlesamples/apps-script](https://github.com/googlesamples/apps-script) Sample code for Google Apps Script, a cloud-based scripting service for Google Apps
* [An Example of using an HTML form (e.g: "Contact Us" on a website) to send Email without a Backend Server (using a Google Script)](https://github.com/dwyl/html-form-send-email-via-google-script-without-server)
* [An Example of using an HTML form (e.g: "Contact Us" on a website) to send Email without a Backend Server (using a Google Script)](https://github.com/dwyl/html-form-send-email-via-google-script-without-server)