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
- Host: GitHub
- URL: https://github.com/mildronize/g-app-scripts
- Owner: mildronize
- Created: 2020-06-12T00:19:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T22:36:14.000Z (over 3 years ago)
- Last Synced: 2025-01-23T10:15:42.880Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
```