- Notifications
You must be signed in to change notification settings - Fork37
A starter template for Google Apps Script by clasp
License
NotificationsYou must be signed in to change notification settings
howdy39/gas-clasp-starter
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A starter template for Google Apps Script bygoogle/clasp
- Node.js
- google/clasp
- Global installation is recommended
git clone --depth=1 https://github.com/howdy39/gas-clasp-starter.git <project_name>cd <project_name>rm -Rf .gitnpm installWhat is scriptId ?https://github.com/google/clasp#scriptid-required
{ "scriptId": <your_script_id>, "rootDir": "dist"}The name, version, description, and homepage properties are output as comments at the beginning of the output GAS.
... "name": "your application name", "version": "your application version", "description": "your application description", "homepage" "your repository url"...{ "timeZone": "Asia/Tokyo", ## Change timeZone "dependencies": { }, "exceptionLogging": "STACKDRIVER"}npm run buildnpm run pushThis software is released under the MIT License, see LICENSE.txt.
About
A starter template for Google Apps Script by clasp
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.