An open API service indexing awesome lists of open source software.

https://github.com/oshliaer/google-apps-script-snippets

Google Apps Script snippets
https://github.com/oshliaer/google-apps-script-snippets

google-apps-script googleappsscript lists snippets

Last synced: 4 months ago
JSON representation

Google Apps Script snippets

Awesome Lists containing this project

README

          

# Google Apps Script Snippets

The website [Google Apps Script snippets ᕦʕ •ᴥ•ʔᕤ](https://google-apps-script-snippets.contributor.pw/)

## How to build

Clone the repo.

Don't forget `$> npm init`.

Override the [settings](./settings) to your `.clasp.json`.

Push the snippet `sheets/export-import-to-csv` to the cloud:

```sh
$> S=./snippets/sheets/export-import-to-csv && npm run dsw $S
```