artnc / gas-es6-webpack

ES6+Webpack boilerplate for Google Apps Script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ES6+Webpack boilerplate for Google Apps Script

GAS is powerful, but its tooling is less than ideal. This repo serves as an example of the bare minimum setup required to develop GAS locally with ES6 and Webpack.

Usage

  1. Clone this repo
  2. Run npm install
  3. Add your GAS code to src/index.js
  4. Run npm run build
  5. Paste the contents of dist/Code.gs into the GAS editor's Code.gs file

About

ES6+Webpack boilerplate for Google Apps Script

License:MIT License


Languages

Language:JavaScript 100.0%