UNPKG

sao-clasp

Version:
39 lines (27 loc) 924 B
# <%= name %> [![clasp](https://img.shields.io/badge/built%20with-clasp-4285f4.svg)](https://github.com/google/clasp) <%= description %> ## Getting Started ``` bash # setup GAS project $ clasp create --rootDir ./src # push with hot reload $ npm run dev ``` ## Configuration ### Open `src/appsscript.json`, change timeZone (optional) [Apps Script Manifests](https://developers.google.com/apps-script/concepts/manifests) ``` { "timeZone": "Asia/Tokyo", ## Change timeZone "dependencies": { }, "exceptionLogging": "STACKDRIVER" } ``` ## License This software is released under the MIT License, see LICENSE.txt. This template was made by [sao-clasp](https://github.com/takanakahiko/sao-clasp). ( MIT &copy; [takanakahiko](https://github.com/takanakahiko) ) This template was made based on [gas-clasp-starter](https://github.com/howdy39/gas-clasp-starter). ( MIT &copy; [howdy39](https://github.com/howdy39) )