Google Apps Script is a Cloud based platform allowing developers to integrate with Google products.
Currently supporting JavaScript and TypeScript, Apps Script can be developed using an online editor or locally using clasp, a command line interface.
This second option enables developers to use version control systems, such as git, easing collaboration and the distribution through online services such as GitHub.
Thanks to the variety of Google products, Apps Scripts applications are particularly powerful, significantly improving the developer productivity. These applications are specially convenient for efficient technical staff and product managers seeking fast prototyping solutions.
Actually, students, newbies or non technical professionals might excel like pro thanks scripting alike programming paradigm. This repo contains some libraries and applications that I developed for personal use.
Please reach out for questions or clarifications.
You can also follow me on social media: Twitter or Linkedin
dslib is the first attempt to develop an Apps Script library locally using clasp and TypeScript. It provides integration with Cloud DataStore for the Social Media Engine (to be released soon).
More information here