Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tomoyanakano/clasp-typescript-template
- Owner: tomoyanakano
- Created: 2022-01-21T02:09:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T13:55:35.000Z (10 months ago)
- Last Synced: 2024-04-09T17:52:10.742Z (10 months ago)
- Topics: clasp, eslint, google-apps-script, typescript
- Language: JavaScript
- Homepage:
- Size: 138 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```