Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/refirst11/clasp_myproject
https://github.com/refirst11/clasp_myproject
google-apps-script spreadsheets typescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/refirst11/clasp_myproject
- Owner: refirst11
- Created: 2023-08-15T02:24:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-02T08:21:39.000Z (6 months ago)
- Last Synced: 2024-08-02T09:50:40.388Z (6 months ago)
- Topics: google-apps-script, spreadsheets, typescript
- Language: TypeScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clasp
Google Workspace Automation.
SpreadSheets and App Script.- clasp
- App Script
- SpreadSheets
- GCP OAuth
- TypeScriptGoogle Cloud Console で
API とサービス」 > 「認証情報」に移動します。
「認証情報を作成」 > 「OAuth 2.0 クライアント ID」を選択します。
アプリケーションタイプを「デスクトップアプリ」に設定します。
クライアント ID とクライアントシークレットを creds.json の client_id と client_secret にそれぞれ記述します。## gitignore File
.clasp.json
.clasprc.json
appsscript.json
creds.json
package-lock.json## command line
clasp clone
clasp login --creds creds.json
clasp push
clasp run main
clasp deploy