Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A starter template for Google Apps Script by clasp

License

NotificationsYou must be signed in to change notification settings

howdy39/gas-clasp-starter

Repository files navigation

A starter template for Google Apps Script bygoogle/clasp

Tech Stack

Prerequisites

Getting Started

Clone the repository

git clone --depth=1 https://github.com/howdy39/gas-clasp-starter.git <project_name>cd <project_name>rm -Rf .git

Install dependencies

npm install

Configuration

Open.clasp.json, change scriptId

What is scriptId ?https://github.com/google/clasp#scriptid-required

{  "scriptId": <your_script_id>,  "rootDir": "dist"}

Open.package.json, change properties

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"...

Opensrc/appsscript.json, change timeZone (optional)

Apps Script Manifests

{  "timeZone": "Asia/Tokyo", ## Change timeZone  "dependencies": {  },  "exceptionLogging": "STACKDRIVER"}

Development and build project

npm run build

Push

npm run push

License

This software is released under the MIT License, see LICENSE.txt.

About

A starter template for Google Apps Script by clasp

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp