Merge pull request #46 from oshliaer/TOC-patch

Modify TOC with new headers
This commit is contained in:
Alexander Ivanov
2018-06-18 22:10:10 +03:00
committed by GitHub

View File

@@ -5,6 +5,7 @@
- [Useful sites & blogs](#useful-sites--blogs)
- [Awesome code & things](#awesome-code--things)
- [Development](#development)
- [Starter Kits](#starter-kits)
- [Libraries & Modules](#libraries--modules)
- [Using databases](#using-databases)
- [ORM (O/RM and O/R mapping tool)](#orm-orm-and-or-mapping-tool)
@@ -53,7 +54,7 @@
* [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 using clasp (Command Line Apps Script Projects).
## Starter Kits
### Starter Kits
* [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.
* [gas-minimal-boilerplate](https://github.com/asciian/gas-minimal-boilerplate) A minimal boilerplate with webpack for Google Apps Script
* [google-apps-script-template](https://github.com/nirazul/google-apps-script-template) A feature rich task runner for Google Apps Script to write, lint and push modern code to your documents