Google Apps Script SWGoH Territory Battles Google Spreadsheet
- Make sure you have installed a recent version of Node.js
- install Clasp and TypeScript
npm install -g @google/clasp typescript - clone this project and edit
.clasp.jsonwith the scriptId of your copy of the Spreadsheet template (see above) - run the command
yarn install
The src directory contains the TypeScript code which is transpiled into Google Apps Script.
Prerequisite:
- Have Google Clasp CLI installed
- (Recommended) setup your TypeScript IDE
npm install -g @google/clasp typescriptSteps:
- Make a local copy of the GitHub repository.
- run the command
yarn install - Edit the file
.clasp.jsonwith the scriptId of your own copy of the Territory Battles spreadsheet - If needed, edit the source
.tsfiles under thesrc/directory - Use Clasp CLI to push the transpiled TypeScript into your Google script
- (Optional) issue a Pull Request for your changes to be added to the official release
Reach him on Discord
Contributions and feature requests are welcome.
MIT License (c) Guillaume Contesso a.k.a. PopGoesTheWza