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

https://github.com/mildronize/g-app-scripts

My Google App Scripts - Templates
https://github.com/mildronize/g-app-scripts

Last synced: about 1 year ago
JSON representation

My Google App Scripts - Templates

Awesome Lists containing this project

README

          

note

https://github.com/peterherrmann/BetterLog

How to re-use Google Apps Scripts in new Google Spreadsheet
https://webapps.stackexchange.com/a/39605

# Instruction

```bash
# clasp --> yarn app

# Login
yarn login to Google

# Clone (Use Script ID from Project Properties)
yarn app clone "[Script ID]" --rootDir src

# Upload watch
yarn app push -w

# Upload
yarn app push

# Download
yarn app pull

# Open Google Apps Script code editor in web
yarn app open
```