Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# clasp

Google Workspace Automation.
SpreadSheets and App Script.

- clasp
- App Script
- SpreadSheets
- GCP OAuth
- TypeScript

Google 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