Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 1.21 KB

README.md

File metadata and controls

50 lines (28 loc) · 1.21 KB

概要

GAS 用のプロジェクトテンプレート

前提要件

  • VSCodeがインストールされている
  • VSCodeの拡張機能 Dev Containersがインストールされている
  • Dockerがインストールされている

Getting Started

Clone Repository

  1. RepositoryのURLをコピーする
  2. VSCodeのコマンドパレットで Clone Repository in Container と入力し、Dev Containers: Clone Repository in Container Volume… を選択
  3. コピーしたGitHubのURLをペーストして Enter

初期設定

yarn
yarn clasp login

新規GASプロジェクトを作成する場合

  1. 以下のコマンドを実行( {projectName} は別の値に置き換える)
yarn clasp create --title={projectName}
mv build/.clasp.json ./
  1. build/appsscript.jsonをプロジェクトにあわせて修正する
  • 特に oauthScopes

GoogleDrive上にある既存のGASプロジェクトを利用する場合

  1. プロジェクトのrootDirに.clasp.jsonを手動で作成する
  2. build/appsscript.jsonをプロジェクトにあわせて修正する
  • 特に oauthScopes