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 template repository for creating Google Sheets scripts utilizing full potential of JavaScript ecosystem

NotificationsYou must be signed in to change notification settings

niieani/google-sheets-scripting-starter-pack

Repository files navigation

Everything to get you quickly up and running with modern tooling that supports imports andexports right inside of your Google Spreadsheet scripts (Google Apps Script).

Features

All of below technologies preconfigured to work with Google Apps Script:

  • TypeScript
  • rollup (for imports and exports)
  • axios as a standardized fetch library (instead of the Google proprietary fetch)
  • jest
  • clasp
  • some example code

quick start

  • Clone the repo.
  • Runyarn
  • Authenticate with your Google Account:yarn google:login
  • Ensure your Google account allows API access, byswitching it on
  • Create the linked Spreadsheet in your account:yarn google:create --title "My new Spreadsheet"
  • Move thebuild/.clasp.json file to the project directory (e.g. by runningmv build/.clasp.json .clasp.json)
  • Publish the code after making changes using:yarn google:publish
  • FollowGoogle's developerreferenceand theirguides,but remember toexport the functions inindex.ts to expose them.
  • Remember to set relevantoauthScopes inbuild/appsscript.json

About

A template repository for creating Google Sheets scripts utilizing full potential of JavaScript ecosystem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp