Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/artnc/gas-es6-webpack
- Owner: artnc
- License: mit
- Created: 2017-04-03T01:45:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T02:14:00.000Z (over 7 years ago)
- Last Synced: 2024-07-05T06:20:20.087Z (4 months ago)
- Topics: babel, boilerplate, es6, google-apps-script, webpack
- Language: JavaScript
- Size: 1.95 KB
- Stars: 22
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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