Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yuta17/es6-gas-template
- Owner: yuta17
- Created: 2018-05-16T09:51:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T09:52:01.000Z (over 6 years ago)
- Last Synced: 2024-12-07T16:24:52.173Z (about 2 months ago)
- Topics: es6, google-apps-script, javascript
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)