Skip to content

PopGoesTheWza/swgoh-sheets-core

Repository files navigation

SWGoH Sheets Core clasp

Google Apps Script SWGoH Territory Battles Google Spreadsheet

Getting Started

  • 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.json with 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.

Build your own copy

Prerequisite:

npm install -g @google/clasp typescript

Steps:

  1. Make a local copy of the GitHub repository.
  2. run the command yarn install
  3. Edit the file .clasp.json with the scriptId of your own copy of the Territory Battles spreadsheet
  4. If needed, edit the source .ts files under the src/ directory
  5. Use Clasp CLI to push the transpiled TypeScript into your Google script
  6. (Optional) issue a Pull Request for your changes to be added to the official release

About the Developer

Reach him on Discord

Contributions

Contributions and feature requests are welcome.

License

MIT License (c) Guillaume Contesso a.k.a. PopGoesTheWza