Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tomoyanakano/clasp-typescript-template

๐Ÿ“’ Clasp Typescript Template for developing google app script with comfort
https://github.com/tomoyanakano/clasp-typescript-template

clasp eslint google-apps-script typescript

Last synced: about 5 hours ago
JSON representation

๐Ÿ“’ Clasp Typescript Template for developing google app script with comfort

Awesome Lists containing this project

README

        

# Clasp Typescript Template

Environment for Google App Script with Typescript, ESLint, Prettier and other npm packages

## Usage

### Clasp

**.clasp.json.dev**

add your scriptId

- **Dev Environment:** `.clasp.json.dev`
- **Prod Environment:** `.clasp.json.prod`

```
{"scriptId":" YOUR SCRIPT ID "}
```

**appscript.json**

change appscript.json you want

- Time Zone๏ผˆdefault: "Asia/Tokyo"๏ผ‰
- OAuth

### npm

install packages

```
npm install
```

linter

```
npm run lint
```

deploy

```
npm run deploy:dev
npm run deploy:prod
```