A starter template for Google Apps Script by google/clasp
(Japanese) Google Apps Script をローカル環境で快適に開発するためのテンプレートを作りました
git clone --depth=1 https://github.com/howdy39/gas-clasp-starter.git <project_name>
cd <project_name>
rm -Rf .git
npm install
What is scriptId ? https://github.com/google/clasp#scriptid-required
{
"scriptId": <your_script_id>,
"rootDir": "dist"
}
{
"timeZone": "Asia/Tokyo", ## Change timeZone
"dependencies": {
},
"exceptionLogging": "STACKDRIVER"
}
npm run build
clasp push
howdy39/gas-clasp-library is sample project made with Google Apps Script Libraries.
also, gas-clasp-library
use circle CI.
takanakahiko/sao-clasp was made based on gas-clasp-starter and SAO.
This software is released under the MIT License, see LICENSE.txt.