sao-clasp
Version:
gas clasp project template
39 lines (27 loc) • 924 B
Markdown
[](https://github.com/google/clasp)
<%= description %>
``` bash
$ clasp create --rootDir ./src
$ npm run dev
```
[](https://developers.google.com/apps-script/concepts/manifests)
```
{
"timeZone": "Asia/Tokyo",
"dependencies": {
},
"exceptionLogging": "STACKDRIVER"
}
```
This software is released under the MIT License, see LICENSE.txt.
This template was made by [sao-clasp](https://github.com/takanakahiko/sao-clasp).
( MIT © [takanakahiko](https://github.com/takanakahiko) )
This template was made based on [gas-clasp-starter](https://github.com/howdy39/gas-clasp-starter).
( MIT © [howdy39](https://github.com/howdy39) )