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
- Host: GitHub
- URL: https://github.com/oshliaer/google-apps-script-snippets
- Owner: oshliaer
- License: unlicense
- Created: 2016-03-03T15:53:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-06-08T08:01:29.000Z (over 2 years ago)
- Last Synced: 2024-05-21T12:17:07.602Z (over 1 year ago)
- Topics: google-apps-script, googleappsscript, lists, snippets
- Language: JavaScript
- Homepage: https://apps-script-snippets.contributor.pw
- Size: 89.2 MB
- Stars: 234
- Watchers: 10
- Forks: 46
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- google-apps-script-awesome-list - google-apps-script-snippets
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
```