File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ tmp /
1
2
.clasp.json
2
3
3
4
# Logs
Original file line number Diff line number Diff line change @@ -7,8 +7,14 @@ A GAS template is powered by [howdy39/gas-clasp-starter: A starter template for
7
7
# 手順
8
8
- あらかじめ ` $ clasp login ` を行って ` ~/.clasprc.json ` を作っておく必要がある
9
9
- ` .clasp.sample.json ` をもとにして ` .clasp.json ` を作成する
10
- - ` "scriptId" ` の値には、スプレッドシートの URL の以下の部分の値を設定する
11
- - ` https://docs.google.com/spreadsheets/d/ここの値/edit#gid=0 `
10
+ - ` "scriptId" ` の値には、スクリプトページの URL の以下の部分の値を設定する
11
+ - 「スプレッドシートの URL」ではない
12
+ - ` https://script.google.com/d/ここの部分/edit `
12
13
- 当該スプレッドシートには ` ~/.clasprc.json ` の権限でアクセスできる必要がある
13
14
- つまりスプレッドシートごとにリポジトリを作る必要がある
14
15
- 開発用と本番用の場合はこの限りではない
16
+
17
+ # 参考
18
+ - [ howdy39/gas-clasp-starter: A starter template for Google Apps Script by clasp] ( https://github.com/howdy39/gas-clasp-starter )
19
+ - [ Google Apps Script をローカル環境で快適に開発するためのテンプレートを作りました - Qiita] ( https://qiita.com/howdy39/items/0e799a9bfc1d3bccf6e5 )
20
+ - [ 5分で作るclaspを使ったGoogle Apps Scriptの開発環境 - Qiita] ( https://qiita.com/suin/items/b264092eab3ce553f16a )
You can’t perform that action at this time.
0 commit comments