- Notifications
You must be signed in to change notification settings - Fork1
niieani/google-sheets-scripting-starter-pack
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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).
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
- Clone the repo.
- Run
yarn - 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 the
build/.clasp.jsonfile 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 to
exportthe functions inindex.tsto expose them. - Remember to set relevant
oauthScopesinbuild/appsscript.json
About
A template repository for creating Google Sheets scripts utilizing full potential of JavaScript ecosystem
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published