Update readme, replacing stars with dynamic star badges

This commit is contained in:
Maarten Desnouck
2017-10-13 23:12:36 +02:00
committed by GitHub
parent ac3d16b0f2
commit 33c1de0a68

View File

@@ -30,50 +30,50 @@
* [googleappscripting.com](http://googleappscripting.com) Google Apps Script Tutorials and Examples • Making Google Apps Script Accessible to Eveybody
## Development
* [node-google-apps-script](https://github.com/danthareja/node-google-apps-script) ★257 The easiest way to develop Google Apps Script projects
* [gas-local](https://github.com/mzagorny/gas-local) ★9 Execute and test your google app scripts locally in node.js
* [gamified_journal](https://github.com/brainysmurf/gamified_journal) ★1 Proof of concept of a local development / push toolchain for Google Apps Scripting
* [gas-github](https://github.com/leonhartX/gas-github) ★95 Chrome-extension to manage Google Apps Script(GAS) code with github/github enterprise
* [ggsrun](https://github.com/tanaikech/ggsrun) ★27 This is a CLI tool to execute Google Apps Script (GAS) on a terminal
* [gdrive](https://github.com/prasmussen/gdrive) ★3522 Google Drive CLI Client
* [MaartenDesnouck/google-apps-script](https://github.com/MaartenDesnouck/google-apps-script) ★47 gas, for locally developing Google Apps Script projects
* [node-google-apps-script](https://github.com/danthareja/node-google-apps-script) [![GitHub stars](https://img.shields.io/github/stars/danthareja/node-google-apps-script.svg?style=social&label=Star)](https://github.com/danthareja/node-google-apps-script) The easiest way to develop Google Apps Script projects
* [gas-local](https://github.com/mzagorny/gas-local) [![GitHub stars](https://img.shields.io/github/stars/mzagorny/gas-local.svg?style=social&label=Star)](https://github.com/mzagorny/gas-local) Execute and test your google app scripts locally in node.js
* [gamified_journal](https://github.com/brainysmurf/gamified_journal) [![GitHub stars](https://img.shields.io/github/stars/brainysmurf/gamified_journal.svg?style=social&label=Star)](https://github.com/brainysmurf/gamified_journal) Proof of concept of a local development / push toolchain for Google Apps Scripting
* [gas-github](https://github.com/leonhartX/gas-github) [![GitHub stars](https://img.shields.io/github/stars/leonhartX/gas-github.svg?style=social&label=Star)](https://github.com/leonhartX/gas-github) Chrome-extension to manage Google Apps Script(GAS) code with github/github enterprise
* [ggsrun](https://github.com/tanaikech/ggsrun) [![GitHub stars](https://img.shields.io/github/stars/tanaikech/ggsrun.svg?style=social&label=Star)](https://github.com/tanaikech/ggsrun) This is a CLI tool to execute Google Apps Script (GAS) on a terminal
* [gdrive](https://github.com/prasmussen/gdrive) [![GitHub stars](https://img.shields.io/github/stars/prasmussen/gdrive.svg?style=social&label=Star)](https://github.com/prasmussen/gdrive) Google Drive CLI Client
* [MaartenDesnouck/google-apps-script](https://github.com/MaartenDesnouck/google-apps-script) [![GitHub stars](https://img.shields.io/github/stars/MaartenDesnouck/google-apps-script.svg?style=social&label=Star)](https://github.com/MaartenDesnouck/google-apps-script) gas, for locally developing Google Apps Script projects
## Libraries & Modules
### Using databases
* [FirebaseApp](https://github.com/RomainVialard/FirebaseApp) ★4 The Google Apps Script binding for the Firebase Realtime Database
* [FirebaseApp](https://github.com/RomainVialard/FirebaseApp) [![GitHub stars](https://img.shields.io/github/stars/RomainVialard/FirebaseApp.svg?style=social&label=Star)](https://github.com/RomainVialard/FirebaseApp) The Google Apps Script binding for the Firebase Realtime Database
### ORM (O/RM and O/R mapping tool)
* [Goodel](https://github.com/7imon7ays/Goodel) ★5 An ORM for Google Apps scripts
* [gs-spreadsheet-manager](https://github.com/jsoma/gs-spreadsheet-manager) ★10 A slightly more object-oriented, ORM-y, and altogether pleasant way of dealing with Google Spreadsheets when using Google Apps Script
* [Goodel](https://github.com/7imon7ays/Goodel) [![GitHub stars](https://img.shields.io/github/stars/7imon7ays/Goodel.svg?style=social&label=Star)](https://github.com/7imon7ays/Goodel) An ORM for Google Apps scripts
* [gs-spreadsheet-manager](https://github.com/jsoma/gs-spreadsheet-manager) [![GitHub stars](https://img.shields.io/github/stars/jsoma/gs-spreadsheet-manager.svg?style=social&label=Star)](https://github.com/jsoma/gs-spreadsheet-manager) A slightly more object-oriented, ORM-y, and altogether pleasant way of dealing with Google Spreadsheets when using Google Apps Script
### Utility
* [gas-underscore](https://github.com/simula-innovation/gas-underscore) ★26 Underscore for Google Apps Script
* [lodashgs](https://github.com/oshliaer/lodashgs) ★2 Lodash for Google Apps Script is a library that enables the use of the lodash.js library in Google Apps Script
* [gas-underscore](https://github.com/simula-innovation/gas-underscore) [![GitHub stars](https://img.shields.io/github/stars/simula-innovation/gas-underscore.svg?style=social&label=Star)](https://github.com/simula-innovation/gas-underscore) Underscore for Google Apps Script
* [lodashgs](https://github.com/oshliaer/lodashgs) [![GitHub stars](https://img.shields.io/github/stars/oshliaer/lodashgs.svg?style=social&label=Star)](https://github.com/oshliaer/lodashgs) Lodash for Google Apps Script is a library that enables the use of the lodash.js library in Google Apps Script
### Parsing
* [Apps-Script-htmlparser2-library](https://github.com/Spencer-Easton/Apps-Script-htmlparser2-library) ★4 A browserified version of fb55/htmlparser2 modified to work in Google Apps Script
* [Apps-Script-htmlparser2-library](https://github.com/Spencer-Easton/Apps-Script-htmlparser2-library) [![GitHub stars](https://img.shields.io/github/stars/Spencer-Easton/Apps-Script-htmlparser2-library.svg?style=social&label=Star)](https://github.com/Spencer-Easton/Apps-Script-htmlparser2-library) A browserified version of fb55/htmlparser2 modified to work in Google Apps Script
### oAuth
* [apps-script-oauth2](https://github.com/googlesamples/apps-script-oauth2) ★367 An OAuth2 library for Google Apps Script
* [brucemcpherson/cGoa](https://github.com/brucemcpherson/cGoa) ★14 OAuth2 for Apps Script in a few lines of code
* [apps-script-oauth2](https://github.com/googlesamples/apps-script-oauth2) [![GitHub stars](https://img.shields.io/github/stars/googlesamples/apps-script-oauth2.svg?style=social&label=Star)](https://github.com/googlesamples/apps-script-oauth2) An OAuth2 library for Google Apps Script
* [brucemcpherson/cGoa](https://github.com/brucemcpherson/cGoa) [![GitHub stars](https://img.shields.io/github/stars/brucemcpherson/cGoa.svg?style=social&label=Star)](https://github.com/brucemcpherson/cGoa) OAuth2 for Apps Script in a few lines of code
### Images & Pictures
* [ImgApp](https://github.com/tanaikech/ImgApp) ★10 This is a library of image tools for Google Apps Script
* [ImgApp](https://github.com/tanaikech/ImgApp) [![GitHub stars](https://img.shields.io/github/stars/tanaikech/ImgApp.svg?style=social&label=Star)](https://github.com/tanaikech/ImgApp) This is a library of image tools for Google Apps Script
## Add-ons
* [google-docs-add-on](https://github.com/Automattic/google-docs-add-on) ★102 Publish to WordPress from Google Docs
* [google-docs-add-on](https://github.com/Automattic/google-docs-add-on) [![GitHub stars](https://img.shields.io/github/stars/Automattic/google-docs-add-on.svg?style=social&label=Star)](https://github.com/Automattic/google-docs-add-on) Publish to WordPress from Google Docs
## Testing
* [gast](https://github.com/zixia/gast) ★14 Google Apps Script TAP Testing-framework
* [gast](https://github.com/zixia/gast) [![GitHub stars](https://img.shields.io/github/stars/zixia/gast.svg?style=social&label=Star)](https://github.com/zixia/gast) Google Apps Script TAP Testing-framework
## Logging
* [gasl](https://github.com/zixia/gasl) ★7 Google Apps Script Logging-framework
* [gasl](https://github.com/zixia/gasl) [![GitHub stars](https://img.shields.io/github/stars/zixia/gasl.svg?style=social&label=Star)](https://github.com/zixia/gasl) Google Apps Script Logging-framework
## Snippets and assorted
* [GoogleSheets](https://github.com/Max-Makhrov/GoogleSheets) ★4 best code I've tested in Google Sheets
* [google-apps-script-snippets](https://github.com/oshliaer/google-apps-script-snippets) ★11 Google Apps Script Snippets
* [google-docs](https://github.com/fastfedora/google-docs) ★337 Libraries and functions used within Google Docs
* [GoogleSheets](https://github.com/Max-Makhrov/GoogleSheets) [![GitHub stars](https://img.shields.io/github/stars/Max-Makhrov/GoogleSheets.svg?style=social&label=Star)](https://github.com/Max-Makhrov/GoogleSheets) best code I've tested in Google Sheets
* [google-apps-script-snippets](https://github.com/oshliaer/google-apps-script-snippets) [![GitHub stars](https://img.shields.io/github/stars/oshliaer/google-apps-script-snippets.svg?style=social&label=Star)](https://github.com/oshliaer/google-apps-script-snippets) Google Apps Script Snippets
* [google-docs](https://github.com/fastfedora/google-docs) [![GitHub stars](https://img.shields.io/github/stars/fastfedora/google-docs.svg?style=social&label=Star)](https://github.com/fastfedora/google-docs) Libraries and functions used within Google Docs
* [youtube/api-samples/apps-script](https://github.com/youtube/api-samples/tree/master/apps-script/snippets) 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](https://github.com/google/google-apps-script-samples) ★871 Various sample code and projects for the Google Apps Script platform
* [googlesamples/apps-script-templates](https://github.com/googlesamples/apps-script-templates) ★70 This repository contains a number of code templates for Google Apps Script that provide example frameworks for Apps Script projects
* [google/google-apps-script-samples](https://github.com/google/google-apps-script-samples) [![GitHub stars](https://img.shields.io/github/stars/google/google-apps-script-samples.svg?style=social&label=Star)](https://github.com/google/google-apps-script-samples) Various sample code and projects for the Google Apps Script platform
* [googlesamples/apps-script-templates](https://github.com/googlesamples/apps-script-templates) [![GitHub stars](https://img.shields.io/github/stars/googlesamples/apps-script-templates.svg?style=social&label=Star)](https://github.com/googlesamples/apps-script-templates) This repository contains a number of code templates for Google Apps Script that provide example frameworks for Apps Script projects