Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yuta17/es6-gas-template


https://github.com/yuta17/es6-gas-template

es6 google-apps-script javascript

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

# es6-gas-template

google app scriptをes6で書く際のテンプレートです。

## ES6からGASファイルに変換

`browserify -t babelify -p gasify [変換対象のファイルへのパス] -o [変換後のコードを書き込むファイルへのパス]`

## GASのダッシュボードへpush

`clasp push`

# 参考

- [【GoogleAppsScript】ES6を使ったGoogle Apps Scriptの開発](https://qiita.com/romukey/items/22eb4ea6d995d5d62f69)