From 5a74ab0ae70183ba28d481dd60ade4db32ff85b1 Mon Sep 17 00:00:00 2001 From: corselia Date: Mon, 8 Jun 2020 05:20:04 +0900 Subject: [PATCH] Add a detail description to README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c3f067b..22b3b01 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,12 @@ Spreadsheet (Suikoden election 2020) # GAS Template A GAS template is powered by [howdy39/gas-clasp-starter: A starter template for Google Apps Script by clasp](https://github.com/howdy39/gas-clasp-starter) + +# 手順 +- あらかじめ `$ clasp login` を行って `~/.clasprc.json` を作っておく必要がある +- `.clasp.sample.json` をもとにして `.clasp.json` を作成する + - `"scriptId"` の値には、スプレッドシートの URL の以下の部分の値を設定する + - `https://docs.google.com/spreadsheets/d/ここの値/edit#gid=0` + - 当該スプレッドシートには `~/.clasprc.json` の権限でアクセスできる必要がある + - つまりスプレッドシートごとにリポジトリを作る必要がある + - 開発用と本番用の場合はこの限りではない