/gas-ts-webpack-starter

Project template for google apps script with TS and webpack.

Primary LanguageJavaScriptMIT LicenseMIT

Google Apps Script Starter

Template to include TS, webpack for GAS project.

Install

$ cd gas-ts-webpack-starter
$ npm install

Install and setup the clasp

  1. Install the clasp.
$ npm i @google/clasp -g
  1. Login with your google account.
$ clasp login
  1. Create new Google Apps Script.
$ clasp create "My Script" --rootDir ./dist

Usage

$ npm build
$ npm run push

License

MIT