google-sheets-util/README.md

27 lines
328 B
Markdown
Raw Normal View History

2022-10-10 11:41:10 -07:00
## Initial Setup
```
yarn
```
## Getting Project ID
1. (GSHeets menu) `Extensions > Apps Script`
2. (Apps Script) `Project Settings (Gear) > IDs / Script ID / Copy`
## Setting Up Locally
Create a new folder for the project.
Then, run:
```
clasp clone <Script ID>
```
To push changes and deploy, run:
```
clasp push
```