Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/artnc/gas-es6-webpack

ES6+Webpack boilerplate for Google Apps Script
https://github.com/artnc/gas-es6-webpack

babel boilerplate es6 google-apps-script webpack

Last synced: 25 days ago
JSON representation

ES6+Webpack boilerplate for Google Apps Script

Awesome Lists containing this project

README

        

# 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
1. Run `npm install`
1. Add your GAS code to `src/index.js`
1. Run `npm run build`
1. Paste the contents of `dist/Code.gs` into the GAS editor's `Code.gs` file